Created
July 4, 2025 10:26
-
-
Save jmabbas/66a5a3a02c11680364ab3d8a1f54b85e to your computer and use it in GitHub Desktop.
Deco - Header logo and menu style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media(max-width:767px) { | |
.header-cus > div { | |
justify-content: space-between; | |
width: 100%; | |
padding: 0 20px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment