Commit 6c9b4014 authored by Pietro Albini's avatar Pietro Albini

base: increase line height and justify text

parent 4406a8c7
...@@ -34,8 +34,9 @@ h1, h2, h3, h4, h5, h6 { ...@@ -34,8 +34,9 @@ h1, h2, h3, h4, h5, h6 {
} }
p { p {
line-height: 1.4em; line-height: 1.45em;
margin: 1em 0; margin: 1em 0;
text-align: justify;
} }
a { a {
...@@ -48,6 +49,7 @@ a { ...@@ -48,6 +49,7 @@ a {
} }
pre, code { pre, code {
line-height: 1.45em;
background: mix(#fff, $color_orange, 90%); background: mix(#fff, $color_orange, 90%);
border-radius: 0.3em; border-radius: 0.3em;
} }
......
...@@ -27,10 +27,11 @@ footer { ...@@ -27,10 +27,11 @@ footer {
p { p {
margin: 0.3em; margin: 0.3em;
text-align: center;
} }
ul { ul {
margin: 0.3em; margin: 0.45em;
padding: 0; padding: 0;
li { li {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment