diff options
Diffstat (limited to 'ufund-ui/src/styles.css')
-rw-r--r-- | ufund-ui/src/styles.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css index 09e354c..44f6107 100644 --- a/ufund-ui/src/styles.css +++ b/ufund-ui/src/styles.css @@ -46,7 +46,9 @@ body { font-optical-sizing: auto; } -input { +input, textarea { + resize: none; + font-family: Inter, sans-serif; font-size: 14pt; padding: 5px; border-radius: 5px; @@ -70,6 +72,7 @@ button, input[type=button], input[type=reset], input[type=submit], .button { gap: 5px; text-align: center; justify-content: center; + align-items: center; &:hover { background-color: var(--hover-color); |