Skip to content

Commit

Permalink
video responsiveness adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
stiemsdev authored Dec 16, 2023
1 parent fe39d1e commit 0728b9b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ iframe {
max-width: 100%;
}

video {
width:"960";
height:"671";
}

.logo {
width: 394px;
}
Expand Down Expand Up @@ -245,6 +250,11 @@ h1 span {
.header {
padding: 32px 50px;
}

video {
width: 100%;
height: auto;
}
}

@media screen and (max-width: 1180px) {
Expand Down Expand Up @@ -278,6 +288,11 @@ h1 span {
margin: 0 auto;
}

video {
width: 100%;
height: auto;
}

.sdk-section {
flex-direction: column-reverse;
align-items: center;
Expand Down Expand Up @@ -322,6 +337,11 @@ h1 span {
font-size: 48px;
}

video {
width: 100%;
height: auto;
}

.main h2 {
font-size: 30px;
margin-top: 25px;
Expand Down Expand Up @@ -373,6 +393,11 @@ h1 span {
font-size: 38px;
}

video {
width: 100%;
height: auto;
}

.modal-wrap {
padding: 20px;
}
Expand Down

0 comments on commit 0728b9b

Please sign in to comment.