summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorfarthen <monkey@farthen.de>2013-09-05 00:29:42 +0200
committerfarthen <monkey@farthen.de>2013-09-05 00:29:42 +0200
commit329786b111bcf5d510ac6549f408be91e985f2c9 (patch)
treeae9f0b5702d5126fe4e686f48aa983103346fe92 /static
parent2604d93350867ccf6f434d93d51793c7f7acee69 (diff)
downloadwww-329786b111bcf5d510ac6549f408be91e985f2c9.tar.gz
www-329786b111bcf5d510ac6549f408be91e985f2c9.tar.bz2
www-329786b111bcf5d510ac6549f408be91e985f2c9.zip
Fix some responsive CSS values
Diffstat (limited to 'static')
-rw-r--r--static/css/responsive.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/responsive.css b/static/css/responsive.css
index 93ef396..0bb9f07 100644
--- a/static/css/responsive.css
+++ b/static/css/responsive.css
@@ -1,4 +1,4 @@
-@media (max-width: 840px) {
+@media (max-width: 870px) {
header {
text-align: center;
}
@@ -49,7 +49,7 @@
}
}
-@media (max-width: 520px) {
+@media (max-width: 527px) {
nav a {
display: block;
line-height: 1.2em;