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/styles.css | |
parent | 0ba69e502b89ed2d8fe51b3b8b40eb8fba5830e1 (diff) | |
download | JellySolutions-0be2b5868bdda04146a22ec81596dbbb81922360.tar.gz JellySolutions-0be2b5868bdda04146a22ec81596dbbb81922360.tar.bz2 JellySolutions-0be2b5868bdda04146a22ec81596dbbb81922360.zip |
improve login page
Diffstat (limited to 'ufund-ui/src/styles.css')
-rw-r--r-- | ufund-ui/src/styles.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css index 471f272..fdf67c7 100644 --- a/ufund-ui/src/styles.css +++ b/ufund-ui/src/styles.css @@ -6,8 +6,17 @@ html, body { margin: 0; + height: 100%; } body { font-family: sans-serif; } + +input { + font-size: 14pt; +} + +button, .button { + font-size: 14pt; +} |