diff options
author | Bryan Newbold <bnewbold@archive.org> | 2017-09-02 18:52:23 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2017-09-02 18:52:23 -0700 |
commit | 43d5da07d56481f7f3cc11fa857326427fcea149 (patch) | |
tree | 9ba3776623d1ae968197469984de3f0279093153 /static | |
parent | e7f6aea08fba6121896d9c5984973bee3b274e88 (diff) | |
download | archive3k.org-43d5da07d56481f7f3cc11fa857326427fcea149.tar.gz archive3k.org-43d5da07d56481f7f3cc11fa857326427fcea149.zip |
style fixes for mobile
Diffstat (limited to 'static')
-rw-r--r-- | static/style/archive3k.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/style/archive3k.css b/static/style/archive3k.css index 1924835..7b49aa7 100644 --- a/static/style/archive3k.css +++ b/static/style/archive3k.css @@ -16,7 +16,7 @@ footer { bottom: 0; width: 100%; /* Set the fixed height of the footer here */ - height: 19em; + min-height: 19em; padding-top: 2em; margin-top: 15px; background-color: #c0c0c0; @@ -49,6 +49,11 @@ footer h5 { box-shadow: 0 1px 3px rgba(0,0,0,.25); margin-left: 0px; } +.search-logo { + float: left; + margin-right: 1em; + margin-bottom: 0.25em; +} .postnav-content { color: white; background-color: #555555; |