adjusted font size #23

Merged
ameye merged 1 commits from font-adjustment into master 2024-04-02 15:09:48 +00:00
+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;
}
}