diff options
author | Matt Singleton <matt@xcolour.net> | 2017-06-02 11:30:14 -0400 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2017-06-02 11:31:30 -0400 |
commit | a82318fbdfc1af624fd9bf9bbae316ad45f43611 (patch) | |
tree | 4ee9a6c6047e9e9dc4a126e472756b0f9b529617 | |
parent | d64c47dbe07f944703c01179ccba57a8e6bfb523 (diff) |
tweaks for ios
-rwxr-xr-x | unbiased/html_template/unbiased.css | 6 | ||||
-rw-r--r-- | unbiased/html_template/unbiased.jinja.html | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/unbiased/html_template/unbiased.css b/unbiased/html_template/unbiased.css index a68a4c2..dc99ab7 100755 --- a/unbiased/html_template/unbiased.css +++ b/unbiased/html_template/unbiased.css @@ -163,4 +163,10 @@ hr { .c2 hr {
display: inherit;
}
+ #middle-stories {
+ flex: inherit;
+ }
+ #bottom-stories {
+ flex: inherit;
+ }
}
diff --git a/unbiased/html_template/unbiased.jinja.html b/unbiased/html_template/unbiased.jinja.html index 4a07d0b..0d191e7 100644 --- a/unbiased/html_template/unbiased.jinja.html +++ b/unbiased/html_template/unbiased.jinja.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" /> <meta charset="utf-8"> <link rel="stylesheet" href="unbiased.css"> <link rel="icon" sizes="32x32" href="/favicon.ico"> |