More tweaking of layout
[ghost-theme-willow.git] / source / sass / elements / _elements.scss
index 8ee5db1859beb397dfc14f6e31a41be84065c314..c47596fed37cc4428966491823ccc7a8d3fb07cc 100644 (file)
@@ -50,17 +50,22 @@ h6 {
 h1 {
   margin: 0;
   // font-size: 1.25em;
-  font-size: 2.8rem;
+  font-size: 2.6rem;
+  margin-bottom: 0.5rem;
 }
 
 h2 {
   margin: 0;
   // font-size: 1.1em;
-  font-size: 2.6rem;
+  font-size: 1.8rem;
+  margin-top: 1.5rem;
+  margin-bottom: 0.5rem;
 }
 
 h3 {
   margin: 0;
   // font-size: 1em;
-  font-size: 2.2rem;
+  font-size: 1.4rem;
+  margin-top: 1.5rem;
+  margin-bottom: 0.5rem;
 }
\ No newline at end of file