fix: favicon, display on IE, Netscape and Ladybird

This commit is contained in:
2024-09-24 14:42:48 +02:00
parent 9b0cb9a27e
commit db5141fccb
2 changed files with 6 additions and 7 deletions

View File

@@ -8,11 +8,10 @@ html {
}
#spike {
float: left;
border-style:solid;
border-color:rgba(18,24,217,0.6);
width: 10.1%;
height: auto;
height: 10.1%;
max-width: 100%;
object-fit: cover;
}
@@ -63,10 +62,10 @@ a:active {
}
.menu {
display: flex;
display: inline-block;
font-weight: bold;
margin-top: 6.4%;
margin-left: 10%;
margin-top: 5.3%;
margin-left: 1%;
}
/* Add spacing between child elements using margins */

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB