Tweak theme a bit more
All checks were successful
Deploy / deploy (push) Successful in 1m47s

This commit is contained in:
Ariejan de Vroom 2024-08-15 12:02:57 +02:00
parent ac1628d4b6
commit aa1aded758
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -358,6 +358,10 @@ article.post {
font-weight: 600;
margin-right: 1.5rem;
min-width: 50px;
@media screen and (max-width: $mobile-width) {
margin-right: 0.5rem;
}
}
.title {
@ -365,10 +369,13 @@ article.post {
font-size: $font-size;
font-weight: normal;
line-height: 1.3;
overflow: hidden;
text-overflow: ellipsis;
overflow: visible;
padding-right: 1rem;
white-space: nowrap;
white-space: wrap;
@media screen and (max-width: $mobile-width) {
font-size: 14px;
}
}
.actions {