summaryrefslogtreecommitdiffstats
path: root/css/mobile.css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-20 10:19:56 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-20 10:19:56 +0200
commit2282fe587e969aa8ba44f157e65fc4b525c7f986 (patch)
treed5d9e0dcf01b23dc933e3132f17aa82a2bf795b8 /css/mobile.css
parentc3c19f0ebc2b32a77b892468047e2e0c865df69a (diff)
fix #600
Diffstat (limited to 'css/mobile.css')
-rw-r--r--css/mobile.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/css/mobile.css b/css/mobile.css
new file mode 100644
index 000000000..b89089f4d
--- /dev/null
+++ b/css/mobile.css
@@ -0,0 +1,20 @@
+@media (max-width: 770px) {
+ #app-content .utils .date {
+ display: none;
+ }
+}
+
+@media (max-width: 500px) {
+ #app-content .heading .date {
+ display: none;
+ }
+
+ #app-content .heading h1 {
+ margin-right: 0;
+ }
+
+ #app-content .article {
+ padding-right: 5px;
+ padding-left: 44px;
+ }
+}