We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0237656 commit 09c1753Copy full SHA for 09c1753
src/styles/global.css
@@ -288,3 +288,20 @@ main a[href^="#"]::before {
288
h2.sponsor {
289
scroll-margin-top: 300px;
290
}
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