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

better mobile sizing

parent 7c278195
No related branches found
No related tags found
1 merge request!26Clean up hero
......@@ -99,7 +99,7 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 100%;
@media screen and (max-width: 600px) {
@media screen and (max-width: 750px) {
font-size: 1.6rem;
}
}
......@@ -112,7 +112,7 @@ h1{
text-align: left;
//text-shadow: 2px 2px 2px rgba(0,0,0,.1);
color: $textcolor;
@media screen and (max-width: 600px) {
@media screen and (max-width: 750px) {
font-size: 4.75rem;
}
}
......@@ -124,7 +124,7 @@ h2{
margin-top: 5px;
line-height: 1.2;
color: $textcolor;
@media screen and (max-width: 600px) {
@media screen and (max-width: 750px) {
font-size: 4rem;
line-height: 1.1;
}
......@@ -136,7 +136,7 @@ h3{
font-family: $Dosis;
font-weight: 400;
color: $textcolor;
@media screen and (max-width: 600px) {
@media screen and (max-width: 750px) {
font-size: 2.5rem;
}
}
......@@ -147,7 +147,7 @@ h4{
font-family: $SourceSans;
font-weight: 600;
color: $textcolor;
@media screen and (max-width: 600px) {
@media screen and (max-width: 750px) {
font-size: 1.8rem;
}
}
......
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