Stuff stuff stuff #44

Merged
PouuleT merged 24 commits from update-node into master 2021-08-30 12:59:08 +00:00
Showing only changes of commit 851bc2023c - Show all commits

View File

@ -78,7 +78,10 @@ div.show.dropdown.nav-item > div {
.video-details { .video-details {
> div, > p, > span { > div, > p, > span {
margin-bottom: 1rem; margin-bottom: 1rem;
@media (max-width: 330px) { @media (max-height: 820px) {
margin-bottom: 0.5rem;
}
@media (max-height: 580px) {
margin-bottom: 0rem; margin-bottom: 0rem;
} }
} }