From 56a08c8bfdd863d36aba80e7aab15f3feb9cb332 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 16 May 2023 17:22:22 -0400 Subject: restyle --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'style.css') 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