Make post categories wider again

This commit is contained in:
Philipp Oppermann
2015-12-17 11:55:00 +01:00
parent aa06cd8bbd
commit 653c87e145
3 changed files with 5 additions and 4 deletions

View File

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

View File

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

View File

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