Made banner images responsive
Fixed indents
This commit is contained in:
parent
9229b280c7
commit
c168d8a2f1
@ -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 === */
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user