summaryrefslogtreecommitdiff
path: root/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/index.css')
-rw-r--r--css/index.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/css/index.css b/css/index.css
index d1fce0d..627220e 100644
--- a/css/index.css
+++ b/css/index.css
@@ -29,10 +29,20 @@ body {
/* Portrait layout (default) */
.app {
+ position: fixed;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
}
/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
.app {
+ position: fixed;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
}
}