Skip to content

Commit

Permalink
Add rounded corners to video + add PressKit-v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Dec 6, 2023
1 parent 127ba29 commit 03ce7a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions _sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -394,14 +394,16 @@ nav > ul li a:active {

.videoContainer {
width: 355px;
height: 770;
height: 766;
margin-left: 22px;
margin-top: 23px;

}

.videoContainer > video {
width: 355px;
height: 768px;
height: 766px;
border-radius: 30px;
}

@media only screen and (max-width: 1070px) {
Expand Down Expand Up @@ -452,7 +454,7 @@ nav > ul li a:active {
width: 230px;
height: 500px;
margin-left: 0px;
margin-top: 15px;
margin-top: 14px;
}

.videoContainer > video {
Expand Down
Binary file modified downloads/PressKit-v1.0.zip
Binary file not shown.

0 comments on commit 03ce7a9

Please sign in to comment.