aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-06-28 20:31:02 -0400
committerAndrew Lee <alee14498@protonmail.com>2024-06-28 20:31:02 -0400
commit64cd7fc83d43a0ad7db1b51214291736bd245b44 (patch)
treeda8f9e47d50583932e144fa6b21585d5dd70bd21 /src/styles
parent8edeebb44d9b3636268d95c30d462593d9a074d8 (diff)
downloadpersonal-website-64cd7fc83d43a0ad7db1b51214291736bd245b44.tar.gz
personal-website-64cd7fc83d43a0ad7db1b51214291736bd245b44.tar.bz2
personal-website-64cd7fc83d43a0ad7db1b51214291736bd245b44.zip
Guestbook overhaul; Comments; New post; Updated packages
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/Form.css (renamed from src/styles/GuestbookForm.css)5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles/GuestbookForm.css b/src/styles/Form.css
index 2dd3bbf..ba65d14 100644
--- a/src/styles/GuestbookForm.css
+++ b/src/styles/Form.css
@@ -18,6 +18,11 @@
resize: none;
}
+.card form textarea[name="comment"] {
+ height: 50px;
+ resize: none;
+}
+
.card form input:disabled,
.card form textarea:disabled,