Remove max-width from the banner
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
z-index: -1;
|
||||
mask-image: $mask;
|
||||
width: 100vw;
|
||||
height: 50vw;
|
||||
height: 50vw; // hack to keep the aspect ratio 2:1
|
||||
user-select: none;
|
||||
|
||||
#banner {
|
||||
|
@ -120,7 +120,7 @@
|
||||
|
||||
.emoji {
|
||||
all: unset;
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
vertical-align: -0.35em;
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
|
@ -17,7 +17,6 @@ video {
|
||||
margin-right: calc((-100vw + 100%) / 2);
|
||||
margin-left: calc((-100vw + 100%) / 2);
|
||||
width: 100vw;
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
||||
&.start,
|
||||
|
Reference in New Issue
Block a user