diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-01-20 23:26:51 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-01-20 23:26:51 -0500 |
commit | 39d8c7d7018a90e1ad8cf2df032c4b9accc2c574 (patch) | |
tree | fe32868840574ea26ed401eee0e313350cc3fd8e | |
parent | daf0fc817b6af39ec77dd74a329e96ffe29c6b64 (diff) |
Update css so note-boxes are all same size
-rw-r--r-- | html/assets/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; |