aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/app.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-ui/src/app/app.component.css')
-rw-r--r--ufund-ui/src/app/app.component.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/ufund-ui/src/app/app.component.css b/ufund-ui/src/app/app.component.css
index b2dfb87..63608c0 100644
--- a/ufund-ui/src/app/app.component.css
+++ b/ufund-ui/src/app/app.component.css
@@ -1,10 +1,15 @@
+:host {
+ display: flex;
+ flex-direction: column;
+ height: 100%;
+}
+
#header {
display: flex;
flex-direction: row;
justify-content: space-between;
border-bottom: black solid 1px;
padding: 0 10px;
- background-color: #d9d9d9;
h1 {
padding: 0;