Skip to content

Commit

Permalink
feat(web): added fix for sections not being 100% on web
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktarnaj committed Nov 26, 2024
1 parent 492e9e5 commit 9339bc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shared/styles/core.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,7 @@ iframe {
span:not([id]) {
display: inline-block;
}

section {
width: 100%;
}

0 comments on commit 9339bc7

Please sign in to comment.