Skip to content

Commit

Permalink
fix: style of layout home-poetry, home-footage
Browse files Browse the repository at this point in the history
fixed #59
  • Loading branch information
reuixiy committed Feb 2, 2020
1 parent a31369a commit 76018fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/scss/_common/_page/home-footage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
max-width: 26em;
margin: 0 auto;
color: #fff;
padding: 5em 1em;
padding: 5em 1em 10em;
}
.links {
color: #aaa;
Expand Down
4 changes: 2 additions & 2 deletions assets/scss/_common/_page/home-poetry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
font-size: 1em;
width: auto;
max-width: 26em;
margin: 0 auto 5em;
padding: 5em 1em;
margin: 0 auto;
padding: 5em 1em 10em;
}
.links {
position: absolute;
Expand Down

0 comments on commit 76018fb

Please sign in to comment.