Tweaked the main css look to align things that were not

This commit is contained in:
Julien Dessaux 2021-09-01 14:58:57 +02:00
parent 88aec26bd5
commit 813311b03e

View file

@ -10,6 +10,10 @@ body {
font-feature-settings: "kern" 1; font-feature-settings: "kern" 1;
font-kerning: normal; font-kerning: normal;
} }
#main {
padding-left:1em;
padding-right:1em;
}
p { p {
text-align: justify; text-align: justify;
hyphens: auto; hyphens: auto;