Sjabloon:Artikel/styles.css: verschil tussen versies
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
Regel 1: | Regel 1: | ||
.artikel-cover { | .artikel-cover { | ||
width: 100%; | width: 100%; | ||
height: 400px; | max-height: 400px; | ||
overflow: hidden; | overflow: hidden; | ||
border-radius: 5px; | |||
} | } | ||
.artikel-cover img { | .artikel-cover img { | ||
width: 100%; | width: 100%; | ||
} | |||
.artikel-titel { | |||
margin-top: 20px; | |||
} | |||
.artikel-titel .section-indicator { | |||
display: none; | |||
} | } |
Huidige versie van 27 jun 2022 om 15:56
.artikel-cover { width: 100%; max-height: 400px; overflow: hidden; border-radius: 5px; } .artikel-cover img { width: 100%; } .artikel-titel { margin-top: 20px; } .artikel-titel .section-indicator { display: none; }