Template:Video/styles.css: Difference between revisions

From WikiMSK
(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...")
 
No edit summary
Line 10: Line 10:
     border-radius: 0;
     border-radius: 0;
     word-wrap: break-word;
     word-wrap: break-word;
    box-sizing: border-box;
}
}



Revision as of 17:50, 19 March 2022

.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;
    box-sizing: border-box;

}

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