From 56a08c8bfdd863d36aba80e7aab15f3feb9cb332 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 16 May 2023 17:22:22 -0400 Subject: restyle --- client.html | 47 +++++++++++++++++++++++++---------------------- style.css | 13 +++++++++++++ 2 files changed, 38 insertions(+), 22 deletions(-) diff --git a/client.html b/client.html index 328a38b..fc0e5d3 100644 --- a/client.html +++ b/client.html @@ -2,30 +2,33 @@ + -
Comments
-
- - - - - - - - - - -
+
+
Comments
+
+ + + + + + + + + + +
-
- - +
+ + +
diff --git a/style.css b/style.css index b0796c2..ff91eb0 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,14 @@ +#comments-widget { + font-family: Lato, FreeSans, Roboto, Helvetica, Sans-Serif; +} + .comment-form { margin-top: 1em; } .comment-form #commentcontent { width: 100%; + font-family: Lato, FreeSans, Roboto, Helvetica, Sans-Serif; } .comment-form #submit { @@ -26,6 +31,14 @@ #submit { width: 100%; } + + #bot { + width: 100%; + } + + #username { + width: 100%; + } } .comment { -- cgit v1.2.3