diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-10-16 23:46:48 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 09:42:15 +0100 |
commit | da78790720ccad29e40bbe08aa8924ea8f8f1d2c (patch) | |
tree | aae39a8384446bd67a9ee8756162d2eb5d7d261b /src/styles/landscape.scss | |
parent | 6d32da2617e3545589da4e139484d75a4591bfe7 (diff) |
FUNCT Add support for landscape and portrait using 1080 and 720
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r-- | src/styles/landscape.scss | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index 4742273..d215960 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -5,16 +5,13 @@ } body { - - .center { - width: 80%; - float: left; - } - - .bottom { - flex-direction: column; - width: 20%; + .content { + .sliderContainer { + flex-direction: row; + .entry { + flex: 50%; + } + } } - } }
\ No newline at end of file |