design: limit the padding of stacked note

This commit is contained in:
Julien Calixte
2025-04-07 17:26:57 +02:00
parent 12608b937d
commit 3c988c8a45

View File

@@ -251,7 +251,7 @@ $border-color: rgba(18, 19, 58, 0.2);
}
section {
padding: 0 1rem 2rem;
padding: 0 0.25rem 2rem;
}
}