Skip to content

Instantly share code, notes, and snippets.

@nextab
Created February 1, 2024 15:30
Show Gist options
  • Save nextab/a4a403d84a4fdb9670a7d058a6a70211 to your computer and use it in GitHub Desktop.
Save nextab/a4a403d84a4fdb9670a7d058a6a70211 to your computer and use it in GitHub Desktop.
/* #region max-width 980px */
@media only screen and (max-width: 980px) {
header .et_pb_menu .et_pb_menu_inner_container {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}
header .et_pb_menu .et_pb_menu_inner_container > .et_pb_menu__logo-wrap {
margin-bottom: 0;
}
header .et_pb_menu .et_pb_menu_inner_container > .et_pb_menu__wrap {
justify-content: flex-end;
}
header .et_pb_menu ul.et_mobile_menu li.menu-item a {
color: #272727 !important;
}
}
/* #endregion 980px */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment