Compare commits

..

2 Commits

Author SHA1 Message Date
victorAnumudu 345a0d9d25 adjusted font size 2024-04-02 15:58:58 +01:00
ameye 7464ab2bcd Merge branch 'nav-resources' of WrenchBoard/WrenchBoardNigeriaMainSite into master 2024-03-26 10:29:34 +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;
}
}