fix: Adjusting only the title.

This commit is contained in:
sergiotarxz 2020-10-22 19:16:14 +02:00
parent 4ea7194266
commit 4283de5d62
1 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,9 @@
body { body {
color: #444; color: #444;
} }
h1.site-title {
font-size-adjust: 0.3;
}
*, ::after, ::before { *, ::after, ::before {
box-sizing: border-box; box-sizing: border-box;
} }
@ -67,7 +70,6 @@ h1, h2, h3, h4, h5, h6 {
margin-top: 0; margin-top: 0;
margin-bottom: 20px; margin-bottom: 20px;
font-weight: 300; font-weight: 300;
font-size-adjust: 0.3;
} }
#fh5co-main { #fh5co-main {
clear: both; clear: both;