fix padding issues in pages and directory page
This commit is contained in:
@ -204,6 +204,10 @@ nav {
|
||||
|
||||
article>p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.pages-article>p{
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@ -216,6 +220,10 @@ header>h1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
/* body > footer {
|
||||
margin-top: 4rem;
|
||||
padding: 2rem 1rem 1.5rem 1rem;
|
||||
|
Reference in New Issue
Block a user