Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Add style for centering YouTube embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
githubteacher committed May 7, 2013
1 parent 6ede250 commit bd50314
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/style.css
Expand Up @@ -16,6 +16,13 @@ header {
padding: 15px;
}

embed[src*="youtube.com"]{
display: block;
margin: 0 auto 0 auto;
width: 100%;
max-width: 790px;
}

.logo {
float: left;
margin: 0;
Expand Down

0 comments on commit bd50314

Please sign in to comment.