From 39d8c7d7018a90e1ad8cf2df032c4b9accc2c574 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Fri, 20 Jan 2023 23:26:51 -0500 Subject: Update css so note-boxes are all same size --- html/assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/assets/style.css b/html/assets/style.css index 4c7cf48..83b0bbb 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -278,11 +278,12 @@ main .note-box { max-width: 300px; - max-height: 500px; + max-height: 400px; background-color: #FCFBF7; margin-right: 20px; height: fit-content; width: 300px; + height: 400px; margin-bottom: 20px; border-radius: 5px; border: 2px solid #E6E3E1; -- cgit v1.2.3