added a class for banner divs

master
Jan Danielzick 2020-03-09 11:49:51 +01:00
parent 4c632e44e7
commit baea1f8626
1 changed files with 8 additions and 0 deletions

View File

@ -83,6 +83,14 @@ div.postcontent {
padding: 40px 0px 0px 0px;
}
div.banner {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #001858;
}
body {
margin: 0px;
background-color: #fef6e4;