smaller logo on safari

This commit is contained in:
Sören Oesterwind 2023-07-07 13:59:23 +02:00
parent eb3b97240d
commit 1b7b8af118

View File

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