diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-22 00:04:40 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-22 00:04:40 -0400 |
commit | 0be2b5868bdda04146a22ec81596dbbb81922360 (patch) | |
tree | 27890e6141140bdfaf05f4824885d5a7f12c4739 /ufund-ui/src/app/app.component.css | |
parent | 0ba69e502b89ed2d8fe51b3b8b40eb8fba5830e1 (diff) | |
download | JellySolutions-0be2b5868bdda04146a22ec81596dbbb81922360.tar.gz JellySolutions-0be2b5868bdda04146a22ec81596dbbb81922360.tar.bz2 JellySolutions-0be2b5868bdda04146a22ec81596dbbb81922360.zip |
improve login page
Diffstat (limited to '')
-rw-r--r-- | ufund-ui/src/app/app.component.css | 7 |
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; |