Skip to content
Snippets Groups Projects
Commit 93bbf0ca authored by Cee Nell's avatar Cee Nell
Browse files

more satisfying spacing

parent c4e06318
No related branches found
No related tags found
1 merge request!20Hero style
...@@ -114,6 +114,7 @@ h1{ ...@@ -114,6 +114,7 @@ h1{
font-weight: 700; font-weight: 700;
font-family: $SourceSans; font-family: $SourceSans;
line-height: 1; line-height: 1;
padding-top: 0.5em;
text-align: left; text-align: left;
text-shadow: 3px 3px 3px rgba(0,0,0,.1); text-shadow: 3px 3px 3px rgba(0,0,0,.1);
color: $textcolor; color: $textcolor;
...@@ -136,7 +137,7 @@ h2{ ...@@ -136,7 +137,7 @@ h2{
} }
h3{ h3{
font-size: 3rem; font-size: 3rem;
padding-top: 1em; padding-top: 0.5em;
padding-bottom: .25em; padding-bottom: .25em;
font-family: $SourceSans; font-family: $SourceSans;
font-weight: 600; font-weight: 600;
......
...@@ -93,7 +93,6 @@ watch(mobileView, () => { ...@@ -93,7 +93,6 @@ watch(mobileView, () => {
h1, h3 { h1, h3 {
margin-left: 50px; margin-left: 50px;
margin-right: 50px; margin-right: 50px;
margin-top: 20px;
text-align: left; text-align: left;
} }
......
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