Skip to content

Commit 2d894f2

Browse files
committed
style: adjust spacing and font size in main.css for improved layout
1 parent 6aa4b41 commit 2d894f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ body {
138138
flex-flow: column;
139139
align-items: stretch;
140140
justify-content: flex-start;
141-
gap: 2rem;
141+
gap: 1.4rem;
142142
background-color: var(--panel-bg);
143143
border-radius: 8px;
144144
box-shadow: var(--shadow);
@@ -148,14 +148,14 @@ body {
148148
}
149149

150150
#lesson-title {
151-
margin-bottom: 1rem;
152151
color: var(--primary-dark);
153152
}
154153

155154
.lesson-description {
156-
margin-bottom: 2rem;
157155
color: var(--text-color);
158156
line-height: 1.7;
157+
font-size: 1.1rem;
158+
width: 72%;
159159
}
160160

161161
/* Challenge Container */

0 commit comments

Comments
 (0)