rmoved resources from nav link and change hero section style

This commit is contained in:
victorAnumudu
2024-03-25 21:19:33 +01:00
parent 94ed2655d1
commit a3aa6c47de
7 changed files with 27 additions and 35 deletions
+8 -8
View File
@@ -1886,25 +1886,25 @@ p {
}
.appie-hero-content.appie-hero-content-6 .appie-title {
font-weight: 700;
font-size: 70px;
line-height: 80px;
font-size: 40px;
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: 60px;
line-height: 70px;
font-size: 35px;
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: 50px;
line-height: 60px;
font-size: 35px;
line-height: 40px;
}
}
@media (max-width: 767px) {
.appie-hero-content.appie-hero-content-6 .appie-title {
font-size: 36px;
line-height: 46px;
font-size: 30px;
line-height: 25px;
}
}
.appie-hero-content.appie-hero-content-6 ul li a {