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, 6 insertions, 1 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index 739082445..10027da60 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -37,10 +37,15 @@ html { overflow: hidden; }
37 37
38 .app__content { 38 .app__content {
39 display: flex; 39 display: flex;
40 width: calc(100% + 300px);
41 }
42
43 .app__main-content {
44 display: flex;
45 width: 100%;
40 } 46 }
41 47
42 .app__service { 48 .app__service {
43 // position: relative;
44 display: flex; 49 display: flex;
45 flex: 1; 50 flex: 1;
46 flex-direction: column; 51 flex-direction: column;