smaller logo on safari
This commit is contained in:
parent
eb3b97240d
commit
1b7b8af118
@ -12,11 +12,12 @@ body {
|
||||
}
|
||||
|
||||
/** 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 {
|
||||
width: 3%;
|
||||
}
|
||||
}
|
||||
}}
|
||||
|
||||
/*
|
||||
* Sidebar
|
||||
|
Loading…
Reference in New Issue
Block a user