aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/layout.scss')
-rw-r--r--src/styles/layout.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index e858b7904..c9cc94e15 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -33,10 +33,11 @@ html { overflow: hidden; }
33} 33}
34 34
35.app { 35.app {
36 display: flex; 36 //display: flex;
37 flex-direction: column;
38 37
39 .app__content { display: flex; } 38 .app__content {
39 display: flex;
40 }
40 41
41 .app__service { 42 .app__service {
42 position: relative; 43 position: relative;