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
+4 -2
View File
@@ -48,10 +48,12 @@
.subsection-list {
overflow-x: auto;
margin-left: -24px;
.article-list--tile {
display: flex;
padding-bottom: 15px;
padding: 8px 0 34px 24px;
width: max-content;
article {
width: 250px;
@@ -69,4 +71,4 @@
}
}
}
}
}