Prevent aligned content in headings
This commit is contained in:
parent
85527b4467
commit
2af99042cd
@ -280,6 +280,10 @@ h1 {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
h1, h2 h3, h4, h5, h6 {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.to-top {
|
||||
margin: 45px 0 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user