Skip to content

Commit 7baf153

Browse files
authored
Merge pull request #161 from IgnaceMaes/article-padding-bottom
chore: add some spacing between article and footer
2 parents 5cb2e3d + 2e65999 commit 7baf153

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

addon/styles/addon.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@ main {
7777
gap: 3em;
7878
grid-template-columns: minmax(20ch, 80ch) 16em;
7979
padding-top: var(--spacing-4);
80+
padding-bottom: var(--spacing-4);
8081
justify-content: center;
8182
}
8283

8384
.pagination-wrapper {
84-
margin: var(--spacing-2) 0;
85+
margin: var(--spacing-4) 0;
8586
}
8687

8788
.on-this-page-wrapper {
@@ -93,11 +94,16 @@ main {
9394
display: grid;
9495
grid-template-columns: minmax(20ch, 80ch);
9596
justify-content: center;
97+
padding-bottom: var(--spacing-2);
9698
}
9799

98-
.on-this-page-wrapper {
100+
.guides-article-toc {
99101
display: none;
100102
}
103+
104+
.pagination-wrapper {
105+
margin: var(--spacing-2) 0;
106+
}
101107
}
102108

103109
/* TODO figure out how much of this media query needs to go into the styleguide */

0 commit comments

Comments
 (0)