Skip to content

Commit

Permalink
Fjerner custom CSS for dekoratøren sin footer, det setter feil bredde…
Browse files Browse the repository at this point in the history
… på footeren (#1282)

* Fjerner custom CSS for dekoratøren sin footer, det setter feil bredde på footeren

* Fjerner unødvendig ekstra padding nå som footeren ikke er absolutt posisjonert
  • Loading branch information
hanneolsen authored Jul 10, 2024
1 parent 348bbea commit 6bd78a0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/frontend/Theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,4 @@ export const GlobalStyle = createGlobalStyle`
position: relative;
min-height: 100vh;
}
#familie-ba-soknad-content-wrapper {
padding-bottom: 5.5rem;
}
@media screen and (max-width: 950px) {
#familie-ba-soknad-content-wrapper {
padding-bottom: 6.875rem;
}
}
@media screen and (max-width: 768px) {
#familie-ba-soknad-content-wrapper {
padding-bottom: 12.75rem;
}
}
footer {
position: absolute;
bottom: 0;
}
`;

0 comments on commit 6bd78a0

Please sign in to comment.