limit news articles shown and add button to show more

This commit is contained in:
elise
2024-08-09 15:27:56 +02:00
parent 297d0cb79a
commit 89ff4d35ee
2 changed files with 20 additions and 5 deletions

View File

@ -54,6 +54,11 @@
}
}
.showMore {
margin-top: var(--spacing-s);
text-align: center;
}
@media (max-width: 900px) {
.newsList, .newsList.featured {
li {