mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix margings for introduction
This commit is contained in:
4
static/css/main.css
Normal file
4
static/css/main.css
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
.front-page-introduction {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
@@ -275,7 +275,7 @@ tbody tr:nth-child(odd) th {
|
||||
.masthead {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
margin-bottom: 3rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.masthead-title {
|
||||
margin-top: 0;
|
||||
|
||||
Reference in New Issue
Block a user