css in phone
/* navigation */
#navbar{
flex-direction: column;
}
#navbar ul li a{
font-size: 1rem;
padding: 0px 7px;
}
/* Home section */
#home{
height: 370px;
padding: 3px 55px;
}
#home p{
font-size: 13px;
}
#home::before{
height: 280px;
}
/* services section */
#services{
flex-direction: column;
}
#services .box{
padding: 14px;
margin: 2px 0px;
margin-bottom: 20px;
}
/* clientsection */
#clients{
overflow: hidden;
}
#clients img{
width: 66px;
padding: 6px;
}
/* contact Us section */
/* Footer */
/* Utility classes */
.h-primary{
font-size: 26px;
}
.btn{
font-size: 13px;
}
Comments
Post a Comment