1
0
Fork 0

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:
Arham Jain 2019-12-12 03:38:47 -05:00 committed by Mattes D
parent fb2ef33c89
commit 88198b16bc
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ h1 {
vertical-align: middle;
margin-top: 25px;
margin-bottom: 25px;
padding-bottom: 65px;
}
.contention {