diff --git a/src/app/app.component.css b/src/app/app.component.css index f33f908..5aac278 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -32,7 +32,21 @@ display: flex; flex-flow: row; align-items: center; - justify-content: space-between; + justify-content: center; +} + +.line > * { + flex: 1; + display: flex; + justify-content: center; +} + +.line > *:first-child { + justify-content: start; +} + +.line > *:last-child { + justify-content: end; } .main { diff --git a/src/app/app.component.html b/src/app/app.component.html index 6257d01..226abf3 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,14 +1,22 @@
- Clinical Communication Platform (CCP) -
- -