Browse Source

Made banner images responsive

Fixed indents
pull/86/head
fuerbringer 7 years ago
parent
commit
c168d8a2f1
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      stylesheets/style.css

+ 9
- 0
stylesheets/style.css View File

@@ -88,6 +88,15 @@ div.lain_banner{
position: absolute;
}

img.lain_banner{
max-width: 100vw;
}

@media screen and (max-width: 768px) {
body {
padding-top: 50px;
}
}

/* === GENERAL TAG SETTINGS === */



Loading…
Cancel
Save