Commit 98277693 authored by Pietro Albini's avatar Pietro Albini

base: increase size of hN

parent f72f06b3
......@@ -29,8 +29,25 @@ body {
}
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
margin: 1em 0 1rem 0;
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.8em;
}
h4, h5, h6 {
font-weight: 400;
margin: 1em 0 0.5em 0;
font-size: 1.3em;
}
p {
......
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