safari overrides

This commit is contained in:
Spencer Flagg
2022-10-07 17:18:14 +02:00
parent 69b2c09c39
commit dd02b99486

View File

@@ -311,3 +311,16 @@ nav {
display: flex;
position: relative;
}
/* (Safari + MobileSafari >= 14.6) or (All MobileSafari versions) */
@supports (selector(:nth-child(1 of x))) or (-webkit-touch-callout: none) {
body{
overflow-x: hidden;
}
section#support, section#be-your-own{
transform: translate(0,0);
}
section#supprt img{
max-width: 40vh;
}
}