mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Footer to bottom
This commit is contained in:
@@ -5,7 +5,10 @@ div#general {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
html,body { min-height:100%; }
|
||||
html,body {
|
||||
min-height:100%;
|
||||
background-color: $footer-background;
|
||||
}
|
||||
|
||||
.cf-title {
|
||||
font-size: 2em;
|
||||
@@ -18,3 +21,11 @@ html,body { min-height:100%; }
|
||||
ul.submenu.min-width {
|
||||
min-width: 11em;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -3054,7 +3054,8 @@ div#general {
|
||||
padding: 0.5em; }
|
||||
|
||||
html, body {
|
||||
min-height: 100%; }
|
||||
min-height: 100%;
|
||||
background-color: #294253; }
|
||||
|
||||
.cf-title {
|
||||
font-size: 2em; }
|
||||
@@ -3065,4 +3066,9 @@ html, body {
|
||||
ul.submenu.min-width {
|
||||
min-width: 11em; }
|
||||
|
||||
.content {
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
background-color: #fff; }
|
||||
|
||||
/*# sourceMappingURL=scratch.css.map */
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user