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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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