aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-03 16:29:58 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-03 16:29:58 +0200
commit128574a300a8516cdd006472a73a020681d5694f (patch)
treec2e91884c2285ef06cd413bf6fabe0263108c702 /src/styles
parentbump version (diff)
parentupdate todos app url (diff)
downloadferdium-app-128574a300a8516cdd006472a73a020681d5694f.tar.gz
ferdium-app-128574a300a8516cdd006472a73a020681d5694f.tar.zst
ferdium-app-128574a300a8516cdd006472a73a020681d5694f.zip
Merge branch 'feature/todos' into develop
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/layout.scss14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index 9f226b61c..10027da60 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -33,13 +33,19 @@ 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 width: calc(100% + 300px);
41 }
42
43 .app__main-content {
44 display: flex;
45 width: 100%;
46 }
40 47
41 .app__service { 48 .app__service {
42 // position: relative;
43 display: flex; 49 display: flex;
44 flex: 1; 50 flex: 1;
45 flex-direction: column; 51 flex-direction: column;