Fix overflow tablet (#1029)

* Fix tablet overflow

* Fix with videos as well
This commit is contained in:
Geometrically
2023-03-09 11:06:40 -07:00
committed by GitHub
parent 740357d120
commit 8d69961130
2 changed files with 2 additions and 2 deletions

View File

@@ -735,7 +735,7 @@
height: auto; height: auto;
} }
@media screen and (max-width: 850px) { @media screen and (max-width: 1280px) {
iframe, iframe,
video { video {
width: 100%; width: 100%;

View File

@@ -30,7 +30,7 @@
} }
@media screen and (min-width: 1024px) { @media screen and (min-width: 1024px) {
flex-direction: row; flex-direction: row;
max-width: 1280px; //max-width: 1280px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }