Responsive desing done

This commit is contained in:
2021-10-02 00:09:40 -03:00
parent fa9330c9de
commit 8b1b423332
14 changed files with 543 additions and 31 deletions

View File

@@ -16,7 +16,7 @@
h1 {
color: #ffffff;
font-size: 7vh;
font-size: 3vw;
@include titleFont();
@include normalizeTitle();
}
@@ -24,7 +24,8 @@
h3 {
color: rgba(255, 255, 255, 0.75);
font-size: 2vh;
font-size: 1vw;
@include titleFont();
@include normalizeTitle();
@@ -51,4 +52,21 @@
}
}
}
}
}
@media (max-width: 991.98px) {
.header-main-page {
height: auto;
padding: 3vw 0px;
h1 {
font-size: 26pt;
}
h3 {
font-size: 13pt;
}
}
}