Compare commits

...

2 Commits

Author SHA1 Message Date
f4d6ed4d8f fix on safari 2023-07-07 13:59:24 +02:00
1b7b8af118 smaller logo on safari 2023-07-07 13:59:23 +02:00

View File

@ -12,11 +12,12 @@ body {
} }
/** Safari */ /** Safari */
@media not all and (min-resolution: 0.001dpcm) {
.headLogo { @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
width: 3%; .headLogo {
} width: 1%;
} }
}
/* /*
* Sidebar * Sidebar