Skip to content

Commit

Permalink
chore: fixed video on mobile
Browse files Browse the repository at this point in the history
urz9999 committed Dec 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f6ca06f commit 884a9e7
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
@@ -338,9 +338,16 @@

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

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

video {
display: block;
}
}

}
@@ -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
@@ -89,7 +89,7 @@

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

@include breakpoint('md') {
display: none;
1 change: 0 additions & 1 deletion assets/css/partials/team.scss
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 884a9e7

Please sign in to comment.