Skip to content

Commit

Permalink
Moved css for video into its own file
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpetersen3 committed Mar 7, 2022
1 parent 343cdd9 commit 74ebf05
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/assets/stylesheets/custom.css.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,4 @@ ul.indexing {

#map {
height: 720px;
}
.iframe-container{
position: relative;
width: 100%;
padding-bottom: 56.25%;
height: 0;
}
.iframe-container iframe{
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
13 changes: 13 additions & 0 deletions app/assets/stylesheets/video.css.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.iframe-container{
position: relative;
width: 100%;
padding-bottom: 56.25%;
height: 0;
}
.iframe-container iframe{
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}

0 comments on commit 74ebf05

Please sign in to comment.