diff --git a/src/components/StackedNote.vue b/src/components/StackedNote.vue index 6faae6e..e60f7cf 100644 --- a/src/components/StackedNote.vue +++ b/src/components/StackedNote.vue @@ -313,7 +313,7 @@ a.title-stacked-note-link { @media screen and (max-width: 768px) { .stacked-note { - padding: 0 0.5rem 1rem; + padding: 0 0.75rem 1rem; section { padding: 1rem 0 2rem; diff --git a/tailwind.config.js b/tailwind.config.js index 4db6063..4b72ed5 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -30,7 +30,8 @@ module.exports = { p: { "margin-top": "0.8em", "margin-bottom": "0.8em", - "text-align": "justify", + // "text-align": "justify", + "text-wrap": "balance", }, img: { "margin-top": 0,