restrict height of images in #banner to 1.5 rem
This commit is contained in:
parent
cb6c21ce90
commit
727a2fe4ea
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user