Skip to content

Commit 09c1753

Browse files
nikoshellegeakman
andauthored
Update for speakers socials (#1453)
Fix #1283 <img width="931" height="702" alt="image" src="https://github.com/user-attachments/assets/3cdb406c-b0d7-4517-88a7-8a703b7d0611" /> --------- Co-authored-by: Ege Akman <[email protected]>
1 parent 0237656 commit 09c1753

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/styles/global.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,3 +288,20 @@ main a[href^="#"]::before {
288288
h2.sponsor {
289289
scroll-margin-top: 300px;
290290
}
291+
292+
.prose dl {
293+
display: grid;
294+
grid-template-columns: max-content 1fr;
295+
margin-bottom: 1rem;
296+
}
297+
298+
.prose dt {
299+
margin-top: 0.6em;
300+
margin-right: 0.5rem;
301+
}
302+
303+
@media (max-width: 640px) {
304+
.prose dl {
305+
display: block;
306+
}
307+
}

0 commit comments

Comments
 (0)