1
0
Fork 0

Merge branch 'develop' of github.com:freesewing/freesewing into develop

This commit is contained in:
Joost De Cock 2019-08-13 18:54:02 +02:00
commit 8da8c25c5d

View file

@ -1,7 +1,7 @@
h1,h2,h3,h4,h5,h6,button { @include title-font; } h1,h2,h3,h4,h5,h6,button { @include title-font; }
h1 { h1 {
font-size: 3.5rem; font-size: 3.5rem;
font-weight: 200; font-weight: 800;
margin: 1rem 0 2rem; margin: 1rem 0 2rem;
line-height: 1.1; line-height: 1.1;
} }
@ -9,8 +9,9 @@ h2 {
font-size: 2.5rem; font-size: 2.5rem;
border-top: 1px solid $oc-gray-4; border-top: 1px solid $oc-gray-4;
margin: 3.5rem 0 1rem; margin: 3.5rem 0 1rem;
padding: 1.5rem 0 1rem; padding: 1rem 0 1rem;
font-weight: 400; font-weight: 600;
line-height: 1.1;
} }
.theme-wrapper.dark h2 { .theme-wrapper.dark h2 {
border-color: $oc-gray-7; border-color: $oc-gray-7;