Added CSS to increase the padding on the bottom of the second row (#4436)
Allows users with certain browsers and screen sizes to avoid the footer cutting off page content. Fixes #4068.
This commit is contained in:
parent
fb2ef33c89
commit
88198b16bc
@ -51,6 +51,7 @@ h1 {
|
||||
vertical-align: middle;
|
||||
margin-top: 25px;
|
||||
margin-bottom: 25px;
|
||||
padding-bottom: 65px;
|
||||
}
|
||||
|
||||
.contention {
|
||||
|
Loading…
Reference in New Issue
Block a user