summaryrefslogtreecommitdiffstats
path: root/src/styles/landscape.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r--src/styles/landscape.scss28
1 files changed, 24 insertions, 4 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss
index 4742273..bdf89ef 100644
--- a/src/styles/landscape.scss
+++ b/src/styles/landscape.scss
@@ -5,16 +5,36 @@
}
body {
+ width: 90%;
+ height: 90%;
- .centerĀ {
- width: 80%;
+ .top {
+ margin: 0;
+ }
+
+ .center {
+ width: 85%;
+ position: relative;
float: left;
}
.bottom {
flex-direction: column;
- width: 20%;
- }
+ width: 15%;
+ position: relative;
+ float: left;
+ margin: 0;
+ height: 90%;
+ align-items: flex-end;
+ justify-content: space-between;
+ flex-wrap: nowrap;
+ .button {
+ img {
+ width: 100%;
+ height: 80%;
+ }
+ }
+ }
}
} \ No newline at end of file