Skip to content

Commit

Permalink
chore: fixed video on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
urz9999 committed Dec 13, 2023
1 parent f6ca06f commit 884a9e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
9 changes: 8 additions & 1 deletion assets/css/partials/helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,16 @@

.desktop {
display: none;
video {
display: none;
}

@include breakpoint('md') {
display: block;

video {
display: block;
}
}

}
Expand All @@ -352,4 +359,4 @@

.btn {
border-radius: 5px !important;
}
}
2 changes: 1 addition & 1 deletion assets/css/partials/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

#hamburger {
float: right;
padding-top: 30px;
padding-top: 12px;

@include breakpoint('md') {
display: none;
Expand Down
1 change: 0 additions & 1 deletion assets/css/partials/team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ span.cursor.hidden {
height: 13.002px;
position: relative;
font-size:45px;
left: 392px;
top: 20px;
transform: rotate(135deg);
flex-shrink: 0;
Expand Down

0 comments on commit 884a9e7

Please sign in to comment.