forked from MarseyWorld/MarseyWorld
make orgy sizing consistent with other parts of the site
parent
364210667d
commit
5c537f972d
|
@ -7,7 +7,7 @@ lite-youtube {
|
|||
justify-content: space-around;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
@media (max-width: 992px) {
|
||||
.orgy-top-container {
|
||||
flex-flow: column wrap;
|
||||
}
|
||||
|
@ -32,7 +32,7 @@ lite-youtube {
|
|||
width: 98% !important;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
@media (max-width: 992px) {
|
||||
#orgy-file-container {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
@ -73,7 +73,7 @@ body > .container {
|
|||
overflow-y: clip;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
@media (max-width: 992px) {
|
||||
#orgy-file-container > :not(video) {
|
||||
height: 100% !important;
|
||||
width: 100% !important;
|
||||
|
|
Loading…
Reference in New Issue