Skip to content

Commit

Permalink
refactor: group navigation css
Browse files Browse the repository at this point in the history
  • Loading branch information
1emu committed Sep 27, 2023
1 parent 15247f1 commit c483848
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Layout/Navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
border-radius: 6px;
}

.Navigation .dcl.tabs .ui.container {
max-width: 1440px !important;
}

@media (min-width: 768px) {
.Navigation .dcl.tabs {
display: flex;
Expand All @@ -28,6 +24,7 @@
}

.Navigation .dcl.tabs .ui.container {
max-width: 1440px !important;
width: 100%;
padding: 0 24px;
}
Expand Down

0 comments on commit c483848

Please sign in to comment.