About Social Code
summaryrefslogtreecommitdiff
path: root/html/assets
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2023-01-20 23:26:51 -0500
committerLucas Fryzek <lucas.fryzek@gmail.com>2023-01-20 23:26:51 -0500
commit39d8c7d7018a90e1ad8cf2df032c4b9accc2c574 (patch)
treefe32868840574ea26ed401eee0e313350cc3fd8e /html/assets
parentdaf0fc817b6af39ec77dd74a329e96ffe29c6b64 (diff)
Update css so note-boxes are all same size
Diffstat (limited to 'html/assets')
-rw-r--r--html/assets/style.css3
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;