We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6819d18 commit c3481ccCopy full SHA for c3481cc
1 file changed
styles/styles.css
@@ -168,7 +168,7 @@ p.intro-text {
168
padding: 0 8px 1rem 8px;
169
line-height: 2; /* increased for improved readability */
170
color: var(--heading-color);
171
- margin-bottom: 1.5rem;
+ margin-bottom: 1rem;
172
}
173
174
/* Decorative squiggly divider used between intro text and the first h2 */
@@ -179,7 +179,7 @@ p.intro-text {
179
display: block;
180
width: 100%;
181
max-width: 1100px; /* same content width as body */
182
- margin: 8px auto 32px; /* center within the content column; increased bottom gap */
+ margin: 1rem auto 20px; /* center within the content column; increased bottom gap */
183
/* make the visual divider shorter to match the reference */
184
height: 12px;
185
box-sizing: border-box;
0 commit comments