mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-06-24 19:52:14 +02:00
Change main-section margin-bottom to padding-bottom to compensate for footer
This commit is contained in:
parent
cc0bc909da
commit
6e4410d8f1
@ -163,8 +163,7 @@ body {
|
||||
}
|
||||
|
||||
#main-section {
|
||||
margin-bottom: 2rem;
|
||||
padding: 0;
|
||||
padding: 0 0 2.5rem 0;
|
||||
|
||||
h2 {
|
||||
padding-bottom: 0px;
|
||||
@ -286,7 +285,7 @@ body {
|
||||
|
||||
.no-footer {
|
||||
#main-section {
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
Loading…
x
Reference in New Issue
Block a user