We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505d152 commit 511a0ceCopy full SHA for 511a0ce
1 file changed
public/frosh/2025/style.css
@@ -246,10 +246,10 @@ main {
246
247
&>.section-container {
248
min-width: 15rem;
249
- text-align: center;
250
251
&>h2 {
252
display: block;
+ text-align: center;
253
font-weight: 700;
254
color: var(--c-accent);
255
}
@@ -296,6 +296,16 @@ main {
296
297
298
299
+#faq {
300
+ &>.section-container {
301
+ &>.section-content {
302
+ &>p {
303
+ margin-bottom: 3rem;
304
+ }
305
306
307
+}
308
+
309
.gallery {
310
display: none;
311
0 commit comments