Add facebook to footer

Closes #17
This commit is contained in:
2024-01-05 12:30:52 +01:00
parent 83d8e44e31
commit 460abc3509
3 changed files with 8 additions and 0 deletions

View File

@@ -272,6 +272,13 @@ h1 {
font: 1em 'Open Sans Condensed', sans-serif;
}
.facebook {
width: 20px;
height: 20px;
display: block;
background-image: url("img/facebook.jpg");
}
.meta-menu {
max-width: 70%;
> ul {