mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
25.50.2021 3184d8f808db0a9e912507d537e61aa62ddb2b35
fix: missed absolute fontsize

1 files modified
2 ■■■ changed files
assets/css/style.css 2 ●●● patch | view | raw | blame | history
assets/css/style.css
@@ -348,7 +348,7 @@
.post .post-title h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3.0em;
  letter-spacing: 1px;
  line-height: 1;
}