Someone might hate the justification or indent, make their lives easier.
margin-bottom: 0;
}
main p {
- text-indent: 1.5rem;
- text-align: justify;
+ text-indent: var(--paragraph-indent);
+ text-align: var(--paragraph-align);
}
main p.m-noindent {
text-indent: 0;
p.m-poem {
text-indent: 0;
text-align: left;
- margin-left: 1.5rem;
+ margin-left: var(--paragraph-indent);
}
p.m-transition {
color: var(--line-color);
--font: 'Source Sans Pro', sans-serif;
--code-font: 'Source Code Pro', monospace;
--font-size: 16px;
+ --paragraph-indent: 1.5rem;
+ --paragraph-align: justify;
--link-decoration: underline;
--link-decoration-nav: none;
--link-decoration-heading: none;
--font: 'Libre Baskerville', serif;
--code-font: 'Source Code Pro', monospace;
--font-size: 14px;
+ --paragraph-indent: 1.5rem;
+ --paragraph-align: justify;
--link-decoration: underline;
--link-decoration-nav: none;
--link-decoration-heading: none;