Skip to content

Commit

Permalink
Videos Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdeo committed Oct 7, 2023
1 parent 1c253db commit b0b47ae
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions assets/css/videos.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,31 @@
}
}
}
@media (min-width: 992px) {
#videos {
> div {
flex-direction: row;
padding: 80px 20px;
.player {
padding: 0;
margin-bottom: 0;
.video {
> video {
max-height: 500px;
}
}
> h3 {
font-size: 32px;
}
> p {
font-size: 16px;
}
}
}
& ul {
> li {
font-size: 16px;
}
}
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h3>Starting XI: How Orlando City will line up on the road against Charlotte FC<

<section id="videos">
<div class="container">
<div class="player playing">
<div class="player">
<div class="video">
<video src="https://cdn.videvo.net/videvo_files/video/free/2022-11/large_watermarked/221017_01_Urban%20Football_4k_062_preview.mp4"></video>
<div class="overlay">
Expand Down

0 comments on commit b0b47ae

Please sign in to comment.