diff --git a/web/assets/css/main.css b/web/assets/css/main.css index 2f74d5c..1a0f3b6 100644 --- a/web/assets/css/main.css +++ b/web/assets/css/main.css @@ -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; } } \ No newline at end of file