Template:Video/styles.css

From WikiMSK

< Template:Video

Revision as of 17:50, 19 March 2022 by Jeremy (talk | contribs) (Created page with ".video-box { margin: 0 0.2rem 0.4rem 0.2rem; width: 32%; display: flex; font-size: 0.875rem; flex-grow: 1; flex-direction: row; transition: box-sha...")
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)

.video-box {
    margin: 0 0.2rem 0.4rem 0.2rem;
    width: 32%;
    display: flex;
    font-size: 0.875rem;
    flex-grow: 1;
    flex-direction: row;
    transition: box-shadow 0.2s ease;
    padding: 1.2em;
    border-radius: 0;
    word-wrap: break-word;
}

.video-box div a img {
    width: 50px;
    height: 50px;
    max-width: 300%!important;
}