Template:Article thumbnail/styles.css: Difference between revisions
Content deleted Content added
Created page with "→Unified look for all article thumbnails: .article-thumb { width: 180px; →exact width for all cards: padding: 8px; background: #f6f6f6; →same background everywhere: border: 0; →no border: box-sizing: border-box; display: inline-block; text-align: center; } .article-thumb__imgwrap { width: 100%; height: 260px; →exact height so rows align: display: flex; align-items: cente..." |
No edit summary |
||
Line 12:
.article-thumb__imgwrap {
width: 100%;
height:
display: flex;
align-items: center;
| |||