make navigation responsive on ipad

This commit is contained in:
Aadil Ayub 2022-04-06 12:50:20 +05:00
parent 0de390729f
commit d43ea10026
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ footer a:hover {
/* mobile styles */
@media (max-width: 480px) {
@media (max-width: 768px) {
body {
display: initial;
}