restrict height of images in #banner to 1.5 rem

This commit is contained in:
Mario Vavti 2017-03-24 10:23:23 +01:00
parent cb6c21ce90
commit 727a2fe4ea

View File

@ -83,6 +83,11 @@ h6, .h6 {
text-overflow: ellipsis; text-overflow: ellipsis;
} }
#banner img {
max-height: 1.5rem;
width: auto;
}
.jslider { .jslider {
font-family: sans-serif, arial, freesans; font-family: sans-serif, arial, freesans;
} }