From bd64908d87e241aa3e39876b23637be3ed65a12f Mon Sep 17 00:00:00 2001 From: wibyweb <49052850+wibyweb@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:22:01 -0400 Subject: [PATCH] Update styles.css --- html/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/styles.css b/html/styles.css index a681bbb..91e7526 100755 --- a/html/styles.css +++ b/html/styles.css @@ -13,4 +13,4 @@ p { font-size:17px; margin-bottom:0px; margin-top:0px; } .url { font-size:15px; color: #3a5a0c; } .pin { font-size:14px; COLOR: #2e2e2e;} textarea:focus, input:focus{ outline: none;} -blockquote { width: 680px; } +blockquote { max-width: 680px; }