Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created July 4, 2025 10:26
Show Gist options
  • Save jmabbas/66a5a3a02c11680364ab3d8a1f54b85e to your computer and use it in GitHub Desktop.
Save jmabbas/66a5a3a02c11680364ab3d8a1f54b85e to your computer and use it in GitHub Desktop.
Deco - Header logo and menu style
@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