Skip to content

Commit

Permalink
fix header alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jun 25, 2024
1 parent c370dfa commit 8e42dd3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ body {


@import "ember-power-select";

// fix header
@media (min-width: 992px) {
nav.es-navbar div.container {
align-items: center;
}
}

0 comments on commit 8e42dd3

Please sign in to comment.