Switch to left-alignment on small screens to prevent ugly gaps.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danila Fedorin 2020-05-09 01:48:22 -07:00
parent b19e8713e0
commit 85bd0b6c9c
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ body {
line-height: 1.5;
margin-bottom: 1rem;
text-align: justify;
@include below-container-width {
text-align: left;
}
}
h1, h2, h3, h4, h5, h6 {