[TASK] Change footer height.
This commit is contained in:
parent
52f2f2bf54
commit
744d2d8268
|
@ -121,7 +121,7 @@ h5 { font-size: 11pt; }
|
||||||
|
|
||||||
#nonfooter-content-container {
|
#nonfooter-content-container {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding-bottom: 10em; /* footer height */
|
padding-bottom: 150px; /* footer height */
|
||||||
}
|
}
|
||||||
|
|
||||||
#headerbar {
|
#headerbar {
|
||||||
|
@ -140,8 +140,8 @@ h5 { font-size: 11pt; }
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
height: 7em; /* footer height */
|
height: 150px; /* footer height */
|
||||||
margin-top: -7em; /* footer height */
|
margin-top: -150px; /* footer height */
|
||||||
color: hsla(0, 0%, 90%, 0.9);
|
color: hsla(0, 0%, 90%, 0.9);
|
||||||
background-color: hsla(0, 0%, 0%, 0.75);
|
background-color: hsla(0, 0%, 0%, 0.75);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue