1
0

Updated @media and removed max-width for a video banner.

This commit is contained in:
Alexander Andreev 2024-06-25 04:14:51 +04:00
parent e148bad281
commit 2179d74239
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -110,8 +110,6 @@ section { margin-top: 1rem; }
#banner { text-align: center; }
#banner video { max-width: 90%; }
#player {
flex-direction: row;
align-items: center; }
@ -160,14 +158,10 @@ footer {
padding: 1rem 0; }
@media screen and (max-width: 640px) {
header { display: block; }
header {
align-items: center;
flex-direction: column; }
header svg {
margin: 0 auto;
width: 100%; }
nav {
width: 100%;
text-align: center; }
header svg { width: 100%; }
#player { flex-direction: column; } }