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