Add favicon.

This commit is contained in:
Alexander J
2022-05-14 14:50:18 +02:00
parent d55d435756
commit 595aaace06
3 changed files with 35 additions and 6 deletions

View File

@@ -86,6 +86,10 @@ a.visited {
word-wrap: break-word;
}
#MenuButton {
display: none;
}
@media screen and (max-width: 800px) {
.card {
flex-direction: column;
@@ -93,4 +97,16 @@ a.visited {
.ResponsiveImage {
max-inline-size: 100%;
}
.navbarpieceofshitfuckihatethis {display: none;}
.navbarpieceofshitfuckihatethis.responsive {display: initial;}
/*.navbarpieceofshitfuckihatethis.responsive a {
float: none;
display: block;
text-align: left;
}*/
#MenuButton {
display: initial;
}
}