Skip to content

Instantly share code, notes, and snippets.

@TheGP
Created April 21, 2014 11:31
Show Gist options
  • Select an option

  • Save TheGP/11140097 to your computer and use it in GitHub Desktop.

Select an option

Save TheGP/11140097 to your computer and use it in GitHub Desktop.
css to css/style.css
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