Revert "Make post categories wider again"

This reverts commit 653c87e145.
This commit is contained in:
Philipp Oppermann
2015-12-17 12:05:22 +01:00
parent 653c87e145
commit 1eb62e8380
3 changed files with 4 additions and 5 deletions

View File

@@ -4,8 +4,8 @@
.container { .container {
max-width: 45rem; max-width: 45rem;
padding-left: 0.5rem; padding-left: 1.5rem;
padding-right: 0.5rem; padding-right: 1.5rem;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }

View File

@@ -3,7 +3,8 @@
// Super small header above the content for site name and short description. // Super small header above the content for site name and short description.
.masthead { .masthead {
padding: 1rem; padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 3rem; margin-bottom: 3rem;
} }

View File

@@ -84,8 +84,6 @@
padding: 1em; padding: 1em;
margin-bottom: 2em; margin-bottom: 2em;
margin-top: -2em; margin-top: -2em;
margin-left: 1rem;
margin-right: 1rem;
} }
.posts hr { .posts hr {