Skip to content

Commit 4829430

Browse files
committed
CSS updates
1 parent 5c323ed commit 4829430

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/javascript/css/components/article-content.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,8 @@
106106
font-weight: bold;
107107
margin-top: var(--space-s);
108108
}
109+
110+
& turbo-frame {
111+
margin-block-start: var(--space-m);
112+
}
109113
}

app/javascript/css/utilities/tailwind.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
justify-content: space-between;
373373
}
374374

375-
/* .gap-0 {
375+
.gap-0 {
376376
gap: 0px;
377377
}
378378

@@ -417,7 +417,7 @@
417417
.gap-x-4 {
418418
-moz-column-gap: 1rem;
419419
column-gap: 1rem;
420-
} */
420+
}
421421

422422
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
423423
--tw-space-x-reverse: 0;

0 commit comments

Comments
 (0)