fix orgy overflow on desktop

pull/209/head
Aevann 2023-09-26 01:52:12 +03:00
parent 94f7c080b5
commit 0fcd9a6009
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
@media (min-width: 768px) {
lite-youtube {
max-width: 20vw !important;
}
}
.orgy-top-container {
display: flex;
justify-content: space-around;