This commit is contained in:
James 2019-10-08 12:56:49 +01:00
parent d758b35e67
commit adc618c27f

View File

@ -54,7 +54,8 @@ iframe{
} }
*/ */
iframe{ @media (max-width: 767px) { /* mobile */
iframe{
width: 100vw !important; width: 100vw !important;
max-width: 100vw !important; max-width: 100vw !important;
position: relative !important; position: relative !important;
@ -62,4 +63,5 @@ iframe{
right: 50% !important; right: 50% !important;
margin-left: -50vw !important; margin-left: -50vw !important;
margin-right: -50vw !important; margin-right: -50vw !important;
}
} }