Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1465 from navikt/linjehøyde-header-og-footer
Browse files Browse the repository at this point in the history
Setter linjehøyde 1.5 på "Fant du det du lette etter" korrekt
  • Loading branch information
PerOlavM authored Jul 7, 2023
2 parents fa940f8 + cb419ad commit 3236fa6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/komponenter/footer/feedback/Feedback.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
@media #{sv.$screen-desktop-large-up} {
padding: 1rem 0;
}

label {
line-height: 1.5;
}
}

.feedbackContent {
Expand All @@ -26,6 +22,10 @@
align-items: center;
flex-wrap: wrap;

:global(.navds-ingress) {
line-height: 1.5;
}

.knapp {
min-width: 109px;
margin: 0.25em;
Expand Down

0 comments on commit 3236fa6

Please sign in to comment.