make splash images look better on small devices
This commit is contained in:
parent
aaced9d0e1
commit
b0795999fe
@ -109,11 +109,17 @@ blockquote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.splash {
|
.splash {
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.splash img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.img-50 {
|
.img-50 {
|
||||||
max-width: 50%;
|
max-width: 50% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* For screens with width smaller than 400px */
|
/* For screens with width smaller than 400px */
|
||||||
|
Loading…
Reference in New Issue
Block a user