@Sakin :
It’s a very little changes. I justed to modify title sizes and menu sizes :
style.css :
#site-title{
font-size:2.8rem;
}
css/responsive.css :
@media screen and (max-width:1344px){
#site-title{
font-size:28px;
font-size:2.8rem!important;
}
}
@media screen and (max-width:1280px){
}
@media screen and (max-width:1152px){
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:960px){
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){
}
@media screen and (max-width:767px){
}
@media screen and (max-width:640px){
}
@media screen and (max-width:560px){
}
@media screen and (max-width:480px){
}
Thank you,
Brice