Recreate bare-bones and memory-management sections

This commit is contained in:
Philipp Oppermann
2016-04-30 13:32:13 +02:00
parent 4e0ce25794
commit 2d128620c6
3 changed files with 55 additions and 5 deletions

View File

@@ -275,7 +275,7 @@ tbody tr:nth-child(odd) th {
.masthead {
padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 1rem;
margin-bottom: 1rem;
}
.masthead-title {
margin-top: 0;
@@ -300,8 +300,7 @@ tbody tr:nth-child(odd) th {
* page is wrapped in `.page` and is only used on the page layout.
*/
.page,
.post {
.page {
margin-bottom: 4em;
}