mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-06-25 04:01:40 +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 {
|
#main-section {
|
||||||
margin-bottom: 2rem;
|
padding: 0 0 2.5rem 0;
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
@ -286,7 +285,7 @@ body {
|
|||||||
|
|
||||||
.no-footer {
|
.no-footer {
|
||||||
#main-section {
|
#main-section {
|
||||||
margin-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user