Skip to content
Snippets Groups Projects
Verified Commit 888b9456 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Reduce font-size for headers for nicer and more compact look

parent cd64bae6
No related branches found
No related tags found
No related merge requests found
Loading
@@ -37,7 +37,7 @@
Loading
@@ -37,7 +37,7 @@
} }
   
h1 { h1 {
font-size: 2.25em; font-size: 2em;
font-weight: 600; font-weight: 600;
margin: 1em 0 10px; margin: 1em 0 10px;
padding: 0 0 0.3em; padding: 0 0 0.3em;
Loading
@@ -46,7 +46,7 @@
Loading
@@ -46,7 +46,7 @@
} }
   
h2 { h2 {
font-size: 1.8em; font-size: 1.6em;
font-weight: 600; font-weight: 600;
margin: 1em 0 10px; margin: 1em 0 10px;
padding-bottom: 0.3em; padding-bottom: 0.3em;
Loading
@@ -56,7 +56,7 @@
Loading
@@ -56,7 +56,7 @@
   
h3 { h3 {
margin: 1em 0 10px; margin: 1em 0 10px;
font-size: 1.5em; font-size: 1.4em;
} }
   
h4 { h4 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment