Typography improvements

This commit is contained in:
Jan Tuomi
2018-11-18 15:32:01 +02:00
parent 81e3c0d951
commit 637c4acfe8
4 changed files with 19 additions and 12 deletions
+4
View File
@@ -9,6 +9,10 @@
background: none;
text-transform: uppercase;
@media screen and (max-width: 800px - 1px) {
font-size: 16px;
}
&.hero {
background-color: $dark-blue;
color: $blue;
+2
View File
@@ -20,6 +20,8 @@
width: 100%;
max-width: 100%;
margin-bottom: 3rem;
margin-left: 0;
margin-right: 0;
}
&__title {
+1
View File
@@ -24,6 +24,7 @@
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
}
@media screen and (max-width: 600px - 1px) {