Theme improvements

This commit is contained in:
Raúl Martín
2020-07-18 03:18:00 +02:00
parent bc29541514
commit b2f83f62d8
12 changed files with 10778 additions and 260 deletions

View File

@@ -74,6 +74,26 @@
&-content {
margin-top: 30px;
h1 {
font-size: 2rem;
border-bottom-color: white;
border-bottom-width: 5px;
border-bottom-style: double;
}
h2 {
font-size: 1.5rem;
border-bottom: white solid 1px;
}
h3 {
font-size: 1.2rem;
}
img {
margin: 0 auto;
}
}
&-cover {