💄 style: add styles for archive screen

This commit is contained in:
serginogal
2023-02-07 17:28:42 +09:00
parent 3434cbc926
commit 19caf3fab1
2 changed files with 26 additions and 0 deletions

25
sass/parts/_archive.scss Normal file
View File

@@ -0,0 +1,25 @@
.archive {
.listing-title {
font-size: 1.5rem;
opacity: 0.8;
margin-bottom: 1rem;
}
.listing-item {
padding: 0.2rem 1rem;
display: flex;
gap: 1rem;
.post-time {
width: 4rem;
.date {
opacity: 0.4;
}
}
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
}