Add side margin to about text
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user