design: more padding and more balanced text left aligned

This commit is contained in:
Julien Calixte
2025-06-29 12:07:37 +02:00
parent 7177fe458c
commit 044be29ad3
2 changed files with 3 additions and 2 deletions

View File

@@ -313,7 +313,7 @@ a.title-stacked-note-link {
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
.stacked-note { .stacked-note {
padding: 0 0.5rem 1rem; padding: 0 0.75rem 1rem;
section { section {
padding: 1rem 0 2rem; padding: 1rem 0 2rem;

View File

@@ -30,7 +30,8 @@ module.exports = {
p: { p: {
"margin-top": "0.8em", "margin-top": "0.8em",
"margin-bottom": "0.8em", "margin-bottom": "0.8em",
"text-align": "justify", // "text-align": "justify",
"text-wrap": "balance",
}, },
img: { img: {
"margin-top": 0, "margin-top": 0,