Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created September 26, 2013 18:43
Show Gist options
  • Save jbutko/6718701 to your computer and use it in GitHub Desktop.
Save jbutko/6718701 to your computer and use it in GitHub Desktop.
CSS, Safari: Target only Safari browser
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari and Chrome */
.flex-direction-nav-featured a{
margin-top: 4%;
}
/* Safari only override */
::i-block-chrome,.flex-direction-nav-featured a{
margin-top: 5%;
}
}
@tofrankie
Copy link

@MakerTim thx 👍

@mroncetwice
Copy link

@MakerTim thanks, this is still working in June 2025.

@alexismo
Copy link

alexismo commented Sep 4, 2025

@MakerTim thanks, still works as of in September 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment