We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6359696 commit 15a7f78Copy full SHA for 15a7f78
3 files changed
public/frosh/2025/index.html
@@ -186,6 +186,14 @@ <h2>What's a "Frosh Week"?</h2>
186
>
187
Sign up
188
</a>
189
+ <a
190
+ href="sfss-frosh-2025-waiver.pdf"
191
+ target="_blank"
192
+ class="button bg-box"
193
+ type="button"
194
+ >
195
+ Waiver Form
196
+ </a>
197
<a class="button bg-box" href="#faq">FAQ</a>
198
</div>
199
public/frosh/2025/sfss-frosh-2025-waiver.pdf
160 KB
public/frosh/2025/style.css
@@ -278,13 +278,11 @@ main {
278
display: flex;
279
flex-wrap: wrap;
280
justify-content: space-evenly;
281
- gap: 0.5rem;
+ gap: 1rem;
282
padding: 1rem 0;
283
284
& > * {
285
- width: 50%;
286
- max-width: 15rem;
287
- flex: 1 1 auto;
+ flex: 0 1 200px;
288
}
289
290
0 commit comments