Skip to content

Commit

Permalink
Ny padding og underlinje
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelegu committed Oct 18, 2024
1 parent 5b140b4 commit 67766db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bedriftsmeny/BedriftsmenyView.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.navbm-bedriftsmeny {
background-color: var(--a-bg-default);
border-bottom: 0.25rem solid var(--a-border-focus-on-inverted);
border-bottom: 1px solid var(--a-gray-300);
padding: 1rem;
}

@media (min-width: 48rem) {
.navbm-bedriftsmeny {
padding: 32px 16px 24px;
padding: 20px 16px;
}
}

Expand Down

0 comments on commit 67766db

Please sign in to comment.