Template:Video/styles.css: Difference between revisions

From WikiMSK
No edit summary
No edit summary
Line 1: Line 1:
.video-box {
.video-box {
     margin: 0 0.2rem 0.4rem 0.2rem;
     margin: 0 0.2rem 0.4rem 0.2rem;
     width: 32%;
     width: 49%;
     display: flex;
     display: flex;
     font-size: 0.875rem;
     font-size: 0.875rem;

Revision as of 17:55, 19 March 2022

.video-box {
    margin: 0 0.2rem 0.4rem 0.2rem;
    width: 49%;
    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;
    border: 1px solid #eaecf0;
	background-color: #e7e7e7;

}

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