safari targeting: bitcoing bkg shift, ticker line shift

This commit is contained in:
Spencer Flagg
2022-10-07 17:57:00 +02:00
parent b83334ac6f
commit 44ee58ac5e

View File

@@ -321,6 +321,22 @@ nav {
transform: translate(0,0);
}
section#supprt img{
max-width: 40vh;
max-width: 40vh !important;
}
section#bitcoin::after{
bottom: -99vh;
}
@media screen and (min-width: 900px) {
#be-your-own {
--rows-above: 3 !important;
}
}
@media screen and (max-width: 1300px) {
#be-your-own {
--rows-above: 2 !important;
}
}
}