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 { text-align: center; }
|
||||||
|
|
||||||
#banner video { max-width: 90%; }
|
|
||||||
|
|
||||||
#player {
|
#player {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center; }
|
align-items: center; }
|
||||||
@ -160,14 +158,10 @@ footer {
|
|||||||
padding: 1rem 0; }
|
padding: 1rem 0; }
|
||||||
|
|
||||||
@media screen and (max-width: 640px) {
|
@media screen and (max-width: 640px) {
|
||||||
header { display: block; }
|
header {
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column; }
|
||||||
|
|
||||||
header svg {
|
header svg { width: 100%; }
|
||||||
margin: 0 auto;
|
|
||||||
width: 100%; }
|
|
||||||
|
|
||||||
nav {
|
|
||||||
width: 100%;
|
|
||||||
text-align: center; }
|
|
||||||
|
|
||||||
#player { flex-direction: column; } }
|
#player { flex-direction: column; } }
|
Loading…
Reference in New Issue
Block a user