You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.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;
|
|
}
|
|
} |