Front page responsivity fixes

This commit is contained in:
Aarni Halinen
2019-11-08 19:41:59 +02:00
parent 437a1abc41
commit 36561dde10
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
&__content {
display: flex;
padding: 16px;
}
h4 {
@@ -14,6 +14,10 @@
h1 {
max-width: 600px;
line-height: 40px;
@media screen and (max-width: 500px) {
font-size: 2rem;
}
}
p {
+1
View File
@@ -19,5 +19,6 @@
@media screen and (max-width: 600px - 1px) {
flex-flow: column nowrap;
align-items: center;
}
}