STYLE small css adaptation refinement

This commit is contained in:
Antoine M 2025-12-11 15:35:53 +01:00
parent 946e3d3cdf
commit 3eb1c1d3bc
3 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ main {
/* Causing issues with the article sidebar index sticky positioning */
/* overflow-x: hidden; */
:last-child {
& > :last-child {
margin-bottom: 0px !important;
}
}

View File

@ -83,6 +83,8 @@
ul {
list-style: disc;
}
> ul {
padding-left: 1.5rem;
}
.carhop-heading:not(:first-child) {