MediaWiki:Mobile.css: Forskjell mellom revisjoner

Fra dykkepedia.com
Hopp til navigering Hopp til søk
(Ny side: →‎CSS plassert her lastes for alle brukere av mobilsiden: →‎To make images responsive: .res-img img { max-width:100%; height:auto; })
 
Ingen redigeringsforklaring
Tagg: Tilbakestilt
Linje 4: Linje 4:
.res-img img {
.res-img img {
max-width:100%;
max-width:100%;
height:auto;
height:100px;
}
}

Revisjonen fra 2. okt. 2023 kl. 12:52

/* CSS plassert her lastes for alle brukere av mobilsiden */

/* To make images responsive */
.res-img img {
	max-width:100%;
	height:100px;
}