fix pre tag

This commit is contained in:
biglyderv 2024-11-25 14:12:43 -05:00
parent 06ef3ce8e0
commit fdd096f5ba
2 changed files with 6 additions and 3 deletions

View file

@ -211,4 +211,8 @@ textarea {
img.dark {
filter: invert(1);
}
pre {
white-space: pre-wrap;
}

View file

@ -1,9 +1,7 @@
<%- include('header.ejs') -%>
<div class='area'>
<h1>BiglyChat</h1>
<p>Express your niche...</p>
<p>Build a video community...</p>
<p>And more!</p>
<p>Express your niche... build a video community... and more!</p>
<details>
<summary><b>Guidelines</b></summary>
<%- include ('guidelines.ejs') -%>
@ -13,6 +11,7 @@
<div class="button"><a href="/client/register">Create</a></div>
<% } %>
<div class="button"><a href="https://discord.gg/7JJBYySY">Discord Chat</a></div>
<div class="button"><a href="https://codeberg.org/onezDerv/bigly-chat">Source Code</a></div>
</div>
<div class='area'>
<h1>Recent Videos</h1>