Skip to content

Commit 511a0ce

Browse files
committed
feat: Changed the positioning and alignment of paragraphs
1 parent 505d152 commit 511a0ce

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

public/frosh/2025/style.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ main {
246246

247247
&>.section-container {
248248
min-width: 15rem;
249-
text-align: center;
250249

251250
&>h2 {
252251
display: block;
252+
text-align: center;
253253
font-weight: 700;
254254
color: var(--c-accent);
255255
}
@@ -296,6 +296,16 @@ main {
296296
}
297297
}
298298

299+
#faq {
300+
&>.section-container {
301+
&>.section-content {
302+
&>p {
303+
margin-bottom: 3rem;
304+
}
305+
}
306+
}
307+
}
308+
299309
.gallery {
300310
display: none;
301311
}

0 commit comments

Comments
 (0)