Difference between revisions of "Template:Video/styles.css"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
background: black; | background: black; | ||
display: inline-block; | display: inline-block; | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width:640px) { | ||
+ | .video { | ||
+ | clear: right; | ||
+ | } | ||
} | } |
Revision as of 21:31, 23 November 2020
.video.ve-ce-leafNode {
background: black;
display: inline-block;
}
@media screen and (max-width:640px) {
.video {
clear: right;
}
}