Skip to content

Commit

Permalink
Saksoversikt-banner får rett border
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelegu committed Oct 22, 2024
1 parent 0af2e06 commit e92a193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
display: grid;
grid-template-columns: calc(50vw - 30rem) minmax(1rem, 60rem) auto;
grid-template-areas: "ikon tittel none";
border-bottom: 0.25rem solid var(--a-border-focus-on-inverted);
border-bottom: 1px solid var(--a-gray-300);
background-color: var(--a-bg-default);
}

Expand Down

0 comments on commit e92a193

Please sign in to comment.