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

Commit

Permalink
Litt bedre responsiv look på .limitCenter
Browse files Browse the repository at this point in the history
  • Loading branch information
jstnhlj committed Oct 18, 2023
1 parent fd66f70 commit c6fd085
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/innhold/innhold.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.limitCenter {
margin: 0;
padding: 0;
width: 37rem;
width: 100%;
}

.skeletonLoader {
Expand All @@ -23,6 +23,10 @@
max-width: 760px;
margin: 0 auto;
}

.limitCenter {
width: 37rem;
}
}

@media (min-width: 992px) {
Expand Down

0 comments on commit c6fd085

Please sign in to comment.