Changed footer CSS

This commit is contained in:
2021-05-03 21:32:52 +02:00
parent bda3cfe94c
commit 6c6e536f44
3 changed files with 5 additions and 5 deletions

View File

@@ -157,12 +157,12 @@ h1 {
}
#footer {
height: 100px;
width: 100%;
background-color: #361e4e;
color: white;
text-align: center;
line-height: 100px;
padding: 2rem 0;
line-height: 2rem;
}
#footer a {