Skip to content

Instantly share code, notes, and snippets.

@jessestu
Last active August 8, 2018 19:28
Show Gist options
  • Save jessestu/ede4ebf427a29a5e04304943c3b24297 to your computer and use it in GitHub Desktop.
Save jessestu/ede4ebf427a29a5e04304943c3b24297 to your computer and use it in GitHub Desktop.
/* Right-aligns the logo, adds subtle drop shadow. / @jessestu 5574308-hc */
@media screen and (min-width: 782px) {
.home.traveler_header_height_1 h1.logo {
right: 0;
position: absolute;
text-shadow: 0px 2px 2px #555;
width: 400px;
}
.home.traveler_header_height_1 h2.description {
right: 0;
top: 160px;
position: absolute;
width: 400px;
}
}
/* Adds subtle text shadow */
.home.traveler_header_height_1 h1.logo,
.home.traveler_header_height_1 h2.description {
text-shadow: 0px 2px 2px #555;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment