-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy accross youtube.css to youtube.scss
- Loading branch information
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/** Styles for the YT container used to display the 2021 April Fools video. Useful if you want to put a video in the Jumbotron */ | ||
|
||
.yt-container { | ||
display: inherit; | ||
justify-content: center; | ||
margin-top: 120px; | ||
} | ||
|
||
@media screen and (min-width: 700px) { | ||
.yt-container { | ||
margin-top: 150px; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 500px) { | ||
.yt-container iframe { | ||
width: 560px; | ||
height: 315px; | ||
} | ||
} |