From da78790720ccad29e40bbe08aa8924ea8f8f1d2c Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Wed, 16 Oct 2019 23:46:48 +0200 Subject: FUNCT Add support for landscape and portrait using 1080 and 720 --- src/styles/landscape.scss | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'src/styles/landscape.scss') 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 -- cgit 1.2.3-korg