Created
April 21, 2014 11:31
-
-
Save TheGP/11140097 to your computer and use it in GitHub Desktop.
css to css/style.css
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.protimer { | |
| float: right; | |
| vertical-align: middle; | |
| margin-top: -1px; | |
| height: 36px; | |
| border: none; | |
| width: 60%; | |
| } | |
| @media only screen and (max-width: 320px) { | |
| iframe.protimer { | |
| width: 53% !important; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment