Created
March 26, 2018 13:55
-
-
Save MelSumner/995d65dc4b16e4d45cca97b2ceffa279 to your computer and use it in GitHub Desktop.
for RR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* iframe with the video does have inline styles, but adding this style will fix the issues with the mobile view.*/ | |
iframe { | |
width: 100%; | |
} | |
/* absolutely positioned divs - remove the absolute positioning, add a class called .call-to-action-wrapper (or something) */ | |
.call-to-action-wrapper { | |
display: block; | |
clear: both; | |
width: 100%; | |
margin: 0 auto; | |
} | |
/* remove absolute positioning from the "give now" button too, and add a class called .call-to-action-btn (or something) */ | |
.call-to-action-btn { | |
margin-top: -5em | |
} | |
#headerCounts { | |
margin-top: -3em; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment