Add side margin to about text

This commit is contained in:
2024-09-27 19:39:35 -07:00
parent 9bde622c73
commit df4876cbdf

View File

@ -122,7 +122,10 @@ main div.hero h1 a {
main div.hero p.justify {
text-align: justify;
text-justify: inter-word;
text-justify: auto;
width: 60%;
margin-left: auto;
margin-right: auto;
}
main div.hero ul {
@ -145,6 +148,9 @@ main img.banner {
border-radius: 12px;
margin: 24px auto 24px auto;
}
main div.hero p.justify {
width: 100%;
}
}
ul.linktree {