Made banner images responsive

Fixed indents
This commit is contained in:
fuerbringer 2017-02-03 22:46:25 +01:00
parent 9229b280c7
commit c168d8a2f1

View File

@ -88,6 +88,15 @@ div.lain_banner{
position: absolute; position: absolute;
} }
img.lain_banner{
max-width: 100vw;
}
@media screen and (max-width: 768px) {
body {
padding-top: 50px;
}
}
/* === GENERAL TAG SETTINGS === */ /* === GENERAL TAG SETTINGS === */