mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Revert "Make post categories wider again"
This reverts commit 653c87e145.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user