diff --git a/static/css/custom.css b/static/css/custom.css index 6714e57d1bab39ca35c84bc8911499b270b8c0a1..32c0ed32805a8a94582a349f69d0dad73d693d4f 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -13,6 +13,41 @@ body { max-width: 1800px; } +@media screen and (max-width: 1024px) { + .search-header { + clear: both; + width:100%; + display:inline; + } + .search-bar { + width: 100%; + } + .legend { + position: relative; + } + + .ink-navigation { + font-size: 12px; + } +} + +@media screen and (min-width: 1025px) { + .search-header { + clear: both; + width:100%; + display:inline-block; + position:relative; + } + .search-bar { + width: 30%; + } + .legend { + position:absolute; + bottom:0; + width: 70%; + } +} + p, dd, li { line-height:1.4em; } diff --git a/templates/main.html b/templates/main.html index e471e957a4fedf90bc9f49341f04feea55693cac..ded5ebca51d3a83b11663b4c99101bfa659c98b1 100644 --- a/templates/main.html +++ b/templates/main.html @@ -8,33 +8,36 @@ active {% block content %}