Skip to content

Commit 12adc09

Browse files
committed
fix padding on wide screens
1 parent 246eadc commit 12adc09

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

dist/bundle.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bundle.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style/content.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ code {
9191
width: $wide-width;
9292
margin-left: auto;
9393
margin-right: auto;
94+
padding-left: 30px;
95+
padding-right: 30px;
9496
}
9597
}
9698

style/nav.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ nav {
1414
width: $wide-width;
1515
margin-left: auto;
1616
margin-right: auto;
17+
padding-left: 30px;
18+
padding-right: 30px;
1719
}
1820

1921
> a {

0 commit comments

Comments
 (0)