Add bottom margin so that big chat logs do not collide with footer

This commit is contained in:
Keir Nellyer 2016-08-31 10:45:38 +01:00
parent a7d224b7e4
commit 41bae9d5f8
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ h2,h3,h4,h5,h6 {
min-height: 500px; min-height: 500px;
} }
#chat {
padding-bottom: 1rem;
}
#footer { #footer {
border-top: solid 2px rgba(204, 204, 204, 0.64); border-top: solid 2px rgba(204, 204, 204, 0.64);
padding-left: 20%; padding-left: 20%;