Update styles

This commit is contained in:
Cassidy Williams
2022-10-18 18:09:10 -05:00
parent fe83c6b7a4
commit 63e0b7d448
4 changed files with 12 additions and 13 deletions

View File

@@ -69,6 +69,11 @@ nav a:not(:last-child) {
padding: 0 12px 0 0;
}
ul {
list-style-type: none;
padding: unset;
}
.post {
margin: 0 0 30px 0;
}
@@ -87,6 +92,11 @@ nav a:not(:last-child) {
font-weight: bold;
}
.tag-home {
margin-right: 10px;
color: var(--gray);
}
textarea {
width: 100%;
font-size: 16px;