g
This commit is contained in:
parent
d758b35e67
commit
adc618c27f
18
dev.less
18
dev.less
@ -54,12 +54,14 @@ iframe{
|
||||
}
|
||||
*/
|
||||
|
||||
iframe{
|
||||
width: 100vw !important;
|
||||
max-width: 100vw !important;
|
||||
position: relative !important;
|
||||
left: 50% !important;
|
||||
right: 50% !important;
|
||||
margin-left: -50vw !important;
|
||||
margin-right: -50vw !important;
|
||||
@media (max-width: 767px) { /* mobile */
|
||||
iframe{
|
||||
width: 100vw !important;
|
||||
max-width: 100vw !important;
|
||||
position: relative !important;
|
||||
left: 50% !important;
|
||||
right: 50% !important;
|
||||
margin-left: -50vw !important;
|
||||
margin-right: -50vw !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user