Sjabloon:Artikel/styles.css: verschil tussen versies
(Nieuwe pagina aangemaakt met '.artikel-cover { width: 5px; height: 400px; overflow: hidden; } .artikel-cover img { width: 100%; }') |
Geen bewerkingssamenvatting |
||
| (Een tussenliggende versie door dezelfde gebruiker niet weergegeven) | |||
| Regel 1: | Regel 1: | ||
.artikel-cover { | .artikel-cover { | ||
width: | 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;
}