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;
}
@media screen and (max-width: 850px) {
@media screen and (max-width: 1280px) {
iframe,
video {
width: 100%;