fix: adjust padding and width for article list tiles in subsection list (#1211)

This commit is contained in:
Jimmy
2025-12-22 16:51:39 +01:00
committed by GitHub
parent 5a5876e3ea
commit 475d01b046
+3 -1
View File
@@ -48,10 +48,12 @@
.subsection-list { .subsection-list {
overflow-x: auto; overflow-x: auto;
margin-left: -24px;
.article-list--tile { .article-list--tile {
display: flex; display: flex;
padding-bottom: 15px; padding: 8px 0 34px 24px;
width: max-content;
article { article {
width: 250px; width: 250px;