Skip to content

Commit

Permalink
add margin for skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-jnk committed Feb 5, 2024
1 parent c4dafb3 commit 25ddcd4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/PageSkeleton/pageSkeleton.module.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
@use '@statisticsnorway/ssb-component-library/src/style/variables' as variables;

.description {
margin-top: -2rem;

@media #{variables.$mobile} {
margin-top: -1.5rem;
}
}

0 comments on commit 25ddcd4

Please sign in to comment.