Compare commits

..

4 Commits

Author SHA1 Message Date
victorAnumudu 5b42cc01f7 adjusted slider display 2024-04-19 05:48:26 +01:00
ameye bf00f7ed61 Merge branch 'font-adjustment' of WrenchBoard/WrenchBoardNigeriaMainSite into master 2024-04-02 15:09:48 +00:00
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
2 changed files with 11 additions and 5 deletions
+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;
}
}
+8 -2
View File
@@ -17,12 +17,18 @@ export default function FeaturedScreen() {
dots: true,
responsive:{
0:{
items:2
items:1
},
600:{
items:2
},
800:{
items:3
},
1000:{
1200:{
items:4
},
1400:{
items:5
}
}