We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa4b41 commit 2d894f2Copy full SHA for 2d894f2
src/main.css
@@ -138,7 +138,7 @@ body {
138
flex-flow: column;
139
align-items: stretch;
140
justify-content: flex-start;
141
- gap: 2rem;
+ gap: 1.4rem;
142
background-color: var(--panel-bg);
143
border-radius: 8px;
144
box-shadow: var(--shadow);
@@ -148,14 +148,14 @@ body {
148
}
149
150
#lesson-title {
151
- margin-bottom: 1rem;
152
color: var(--primary-dark);
153
154
155
.lesson-description {
156
- margin-bottom: 2rem;
157
color: var(--text-color);
158
line-height: 1.7;
+ font-size: 1.1rem;
+ width: 72%;
159
160
161
/* Challenge Container */
0 commit comments