minor usability improvements, added default spacing between paragraph tags, added last edited/updated to articles and article cards.

This commit is contained in:
2025-04-12 11:42:55 -06:00
parent fb35e93226
commit f4dfaba1c6
3 changed files with 16 additions and 7 deletions
+8
View File
@@ -63,6 +63,10 @@ li,
font-size: 1vw;
}
p {
margin-bottom: 15px;
}
small {
font-size: .75vw;
}
@@ -677,6 +681,10 @@ input[type="file"] {
height: 700px;
}
hr {
margin: 15px 0px 15px 0px;
}
::-webkit-scrollbar {
background-color: black;
border-radius: 18px;