adjusted font size

This commit was merged in pull request #23.
This commit is contained in:
victorAnumudu
2024-04-02 15:58:58 +01:00
parent 7464ab2bcd
commit 345a0d9d25
+3 -3
View File
@@ -1886,18 +1886,18 @@ p {
}
.appie-hero-content.appie-hero-content-6 .appie-title {
font-weight: 700;
font-size: 40px;
font-size: 60px;
line-height: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.appie-hero-content.appie-hero-content-6 .appie-title {
font-size: 35px;
font-size: 50px;
line-height: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.appie-hero-content.appie-hero-content-6 .appie-title {
font-size: 35px;
font-size: 40px;
line-height: 40px;
}
}