[web-src] Increase bottom margin for all pages
This commit is contained in:
parent
dc4367fa3b
commit
3a0203855f
|
@ -132,10 +132,12 @@ section.hero + section.fd-content {
|
||||||
|
|
||||||
.fd-page {
|
.fd-page {
|
||||||
margin-top: 3.25rem;
|
margin-top: 3.25rem;
|
||||||
|
margin-bottom: 3.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fd-page-with-tabs {
|
.fd-page-with-tabs {
|
||||||
margin-top: 6.25rem !important;
|
margin-top: 6.25rem !important;
|
||||||
|
margin-bottom: 3.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set minimum height to hide "option" section */
|
/* Set minimum height to hide "option" section */
|
||||||
|
|
Loading…
Reference in New Issue