Skip to content

Commit

Permalink
Make header center to match with settings below.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Dec 6, 2024
1 parent 8bdd166 commit d6023d4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/scss/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,17 @@

.classifai-header-layout {
justify-content: space-between;
padding: 18px 28px;
padding: 18px 20px;
display: flex;
align-items: center;
margin: 0 auto;
padding: 18px 20px;
max-width: 1260px;
box-sizing: content-box;
position: relative;

@media screen and (max-width: 782px) {
padding: 18px;
padding: 18px 10px;
}
}

Expand Down

0 comments on commit d6023d4

Please sign in to comment.