Template:Article thumbnail/styles.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
Line 4:
width: 150px;
/* Increase the second value (40px) to add more space to the right */
padding: 0px
background: transparent !important;
border: 0;
Line 18:
.article-thumb__imgwrap {
width: 100%;
height:
display: flex;
align-items: center;
justify-content: flex-start;
overflow: hidden;
margin-bottom:
}
Line 38:
.article-thumb__caption {
margin: 0px;
line-height: 1
font-weight: bold;
}
Line 45:
.article-thumb__caption a {
font-size: 0.85em !important;
/* color: #202122 !important;
text-decoration: none;*/
}
Line 54:
font-size: 0.85em !important;
font-weight: normal;
line-height: 1
display: block;
}
| |||