Fix overflow tablet (#1029)
* Fix tablet overflow * Fix with videos as well
This commit is contained in:
parent
740357d120
commit
8d69961130
@ -735,7 +735,7 @@
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 850px) {
|
||||
@media screen and (max-width: 1280px) {
|
||||
iframe,
|
||||
video {
|
||||
width: 100%;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user