From 0e683bf31bbca1577b5eef062be8a797a86931b1 Mon Sep 17 00:00:00 2001 From: onezDerv Date: Sun, 22 Sep 2024 22:15:55 -0400 Subject: [PATCH] fix pre tag --- static/main.css | 4 ++++ views/main.ejs | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/static/main.css b/static/main.css index 9e9d5f4..87bdb67 100644 --- a/static/main.css +++ b/static/main.css @@ -211,4 +211,8 @@ textarea { img.dark { filter: invert(1); +} + +pre { + white-space: pre-wrap; } \ No newline at end of file diff --git a/views/main.ejs b/views/main.ejs index 872d9e1..4351fa4 100644 --- a/views/main.ejs +++ b/views/main.ejs @@ -1,9 +1,7 @@ <%- include('header.ejs') -%>

BiglyChat

-

Express your niche...

-

Build a video community...

-

And more!

+

Express your niche... build a video community... and more!

Guidelines <%- include ('guidelines.ejs') -%> @@ -13,6 +11,7 @@ <% } %> +

Recent Videos