summaryrefslogtreecommitdiff
path: root/default-files/fugitive.css
diff options
context:
space:
mode:
Diffstat (limited to 'default-files/fugitive.css')
-rw-r--r--default-files/fugitive.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/default-files/fugitive.css b/default-files/fugitive.css
index ebfe835..14bbc47 100644
--- a/default-files/fugitive.css
+++ b/default-files/fugitive.css
@@ -301,3 +301,11 @@ footer p a {
text-decoration: none;
}
#container footer p a:hover, #container footer p a:active { color: #333; }
+@media screen and (max-device-width:680px) and (orientation:portrait) {
+ #container { width: 94%; margin: 0 2%; padding: 0 1%; }
+ nav, #topnav { font-size: 0.7em; }
+ header { font-size: 0.6em; }
+}
+@media screen and (max-device-width:1024px) and (orientation:landscape) {
+ #container { width: 94%; margin: 0 2%; padding: 0 1%; }
+}