diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style/archive3k.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style/archive3k.css b/static/style/archive3k.css index 7b49aa7..67e1f88 100644 --- a/static/style/archive3k.css +++ b/static/style/archive3k.css @@ -111,6 +111,15 @@ h1 { margin-bottom: 1em; } +/* Mobile Hacking */ +@media (max-width: @screen-sm-max) { + .container { + margin-left: 0px; + margin-right: 0px; + padding-left: 0px; + padding-right: 0px; + } +} /* Change font */ body, |