From 934dd62e2407eb0851dd29f9d21995d7169b6a95 Mon Sep 17 00:00:00 2001 From: MaxRobinsonTheGreat Date: Sat, 22 Jan 2022 12:40:02 -0600 Subject: [PATCH] added some extra formatting --- dist/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist/css/style.css b/dist/css/style.css index 740fcc9..aecddcd 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -89,12 +89,15 @@ button:active{ } input,select { - border-radius: 8px; + border-radius: 5px; border: 2px solid #9099c2; padding: 2px; background-color: white; outline: none; } +input { + max-width: 100px; +} input:hover,input:active { background-color: rgb(250,250,250); }