Ajout de realDateTime sur le footer + hotfix

This commit is contained in:
Divlo
2019-08-17 12:32:35 +02:00
parent c318a12de2
commit 4987734cde
7 changed files with 38 additions and 37 deletions

View File

@ -7,7 +7,7 @@ body {
background-color: #181818;
color:rgba(222, 222, 222, 0.9);
font-family: 'Montserrat', 'Arial', sans-serif;
margin: 0 0 125px; /* bottom = footer height */
margin: 0 0 182px; /* bottom = footer height */
}
b {
font-weight: bold;
@ -59,7 +59,7 @@ footer
position: absolute;
left: 0;
bottom: 0;
height: 125px;
height: 182px;
width: 100%;
}
.footer-text
@ -79,4 +79,11 @@ footer i
footer i:hover
{
font-size: 30px;
}
.realDateTime {
padding-bottom: 20px;
}
#realDateTime {
font-size: 18px;
font-family: 'Roboto', 'sans-serif';
}