Skip to content

Commit

Permalink
Abstract away playing video CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Nov 23, 2024
1 parent 5d89857 commit 29082f7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,7 @@ body {
}
}

.main-video, .video-playlist {
width: 100%;
height: 30rem;
}

.main-video .title {
margin-top: 1rem;
}

.main-video .transcript {
color: white;
font-size: 20px;
/*font-family: BreitkopfFraktur;*/
}

.video-playlist .title {
padding-left: 1rem;
Expand Down
14 changes: 14 additions & 0 deletions src/components/PlayingVideo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.main-video, .video-playlist {
width: 100%;
height: 30rem;
}

.main-video .title {
margin-top: 1rem;
}

.main-video .transcript {
color: white;
font-size: 20px;
/*font-family: BreitkopfFraktur;*/
}

0 comments on commit 29082f7

Please sign in to comment.