diff options
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r-- | src/styles/landscape.scss | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index 39ac270..4742273 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -5,8 +5,16 @@ } body { - .item { - flex-basis: 25%; + + .centerĀ { + width: 80%; + float: left; + } + + .bottom { + flex-direction: column; + width: 20%; } + } }
\ No newline at end of file |