add more logos, compress most things to webp, refactor header.php

This commit is contained in:
oxeo0 2025-05-10 15:51:09 +02:00
parent 3202658b78
commit 1010fac9ed
50 changed files with 96 additions and 147 deletions

View file

@ -9,17 +9,24 @@
font-family: 'Source Code Pro', monospace;
}
.caticon{
height: 13px;
height: 24px;
}
.cata {
display: inline-flex;
align-items: center;
text-align: center;
padding: 8px;
}
.width-class{
width: 100%;
object-fit: contain;
align: center;
display: flex;
flex-direction: column;
display: flex;
flex-direction: column;
}
.input-class{
margin: 0 20% 0 20%;
}
@ -60,10 +67,9 @@
.imgRz{
width: 100%;
height: 50%;
align: center;
justify-content: center;
width: 100%;
height: 50%;
justify-content: center;
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
filter: grayscale(0%) brightness(100%) contrast(100%);
}