Update the list details spacing on phones

This commit is contained in:
Grégoire Delattre 2021-08-24 10:51:53 -10:00
parent 6e7559206f
commit 2cba59a798

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;
} }
} }