Last active
December 4, 2020 03:54
-
-
Save Fprince333/ec1d4ecf63a3c5eefcb659040923ded2 to your computer and use it in GitHub Desktop.
Revisions
-
Fprince333 revised this gist
Dec 4, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ <style> @media screen and (max-width: 767px){ .content_wrapper { width: 100%; max-width: unset; @@ -9,7 +9,7 @@ width: 100%; height: calc(95vh - 105px); } @media screen and (min-width: 768px){ iframe { height: 407px; border-radius: 10px; -
Fprince333 revised this gist
Dec 1, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ <style> @media screen and (max-width: 699px){ .content_wrapper { width: 100%; max-width: unset; @@ -9,7 +9,7 @@ width: 100%; height: calc(95vh - 105px); } @media screen and (min-width: 700px){ iframe { height: 407px; border-radius: 10px; @@ -21,7 +21,7 @@ } } @media screen and (min-width: 1180px){ iframe { height: 677px; } -
Fprince333 created this gist
Nov 25, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,29 @@ <style> @media screen and (max-width: 599px){ .content_wrapper { width: 100%; max-width: unset; } } iframe { width: 100%; height: calc(95vh - 105px); } @media screen and (min-width: 600px){ iframe { height: 407px; border-radius: 10px; } } @media screen and (min-width: 1024px){ iframe { height: 537px; } } @media screen and (min-width: 1024px){ iframe { height: 677px; } } </style>