Skip to content

Commit 55c4463

Browse files
committed
fix: fixes style.css format
1 parent 8b6ef9e commit 55c4463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lesson_20/chukwumaibezim/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
:root {
1010

11-
font-size: 62.5%; /* 10px for easier rem calculations */
11+
font-size: 62.5%;
1212
--font-main: 'Poppins', sans-serif;
1313
--font-alt: 'Montserrat', sans-serif;
1414

@@ -157,7 +157,7 @@ body {
157157
color: var(--color-primary);
158158
}
159159

160-
/* Programs Section */
160+
161161
.programs-section {
162162
display: flex;
163163
flex-wrap: wrap;

0 commit comments

Comments
 (0)