Skip to content

Instantly share code, notes, and snippets.

@kirillrocks
Created June 1, 2020 09:50
Show Gist options
  • Save kirillrocks/ece7d4a6896cd9a90c9c2e8ff8be597a to your computer and use it in GitHub Desktop.
Save kirillrocks/ece7d4a6896cd9a90c9c2e8ff8be597a to your computer and use it in GitHub Desktop.
@media screen and (max-width: 767px) {
.top_panel_mobile_navi.sc_layouts_row.sc_layouts_row_type_compact.sc_layouts_row_delimiter.sc_layouts_row_fixed.sc_layouts_row_fixed_always.sc_layouts_hide_on_desktop.sc_layouts_hide_on_notebook.sc_layouts_hide_on_tablet {
text-align: center;
}
.top_panel .sc_layouts_column.sc_layouts_column_align_right.sc_layouts_column_icons_position_left.sc_layouts_column_fluid.column-2_3 {
display: inline;
padding-right: 0;
padding-left: 0;
}
.top_panel .sc_layouts_column.sc_layouts_column_align_left.sc_layouts_column_icons_position_left.sc_layouts_column_fluid.column-1_3 {
display: inline;
}
.top_panel_default {
margin-bottom: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment