Updated @media and removed max-width for a video banner.
This commit is contained in:
parent
e148bad281
commit
2179d74239
@ -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; } }
|
Loading…
Reference in New Issue
Block a user