mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Make post categories wider again
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -84,6 +84,8 @@
|
||||
padding: 1em;
|
||||
margin-bottom: 2em;
|
||||
margin-top: -2em;
|
||||
margin-left: 1rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.posts hr {
|
||||
|
||||
Reference in New Issue
Block a user