Skip to content

Commit b484d2f

Browse files
committed
remove excess space at bottom of rendered markdown areas
1 parent 280c27a commit b484d2f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

styles/markdown.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
@import "variables.scss";
44

55
.rendered-markdown {
6-
& > *, & > astro-island > * {
6+
& > *,
7+
& > astro-island > * {
78
@apply max-w-screen-md;
89
}
9-
margin-bottom: var(--spacing-xl);
1010

11-
& > .full-width, & > astro-island > .full-width {
11+
& > .full-width,
12+
& > astro-island > .full-width {
1213
max-width: 1280px;
1314
}
1415

15-
.full-width td, .full-width th {
16+
.full-width td,
17+
.full-width th {
1618
@apply max-w-screen-md;
1719
}
1820

0 commit comments

Comments
 (0)