minor usability improvements, added default spacing between paragraph tags, added last edited/updated to articles and article cards.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user