Skip to content

Commit

Permalink
fix: adjust main content max-width for storybook (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinLaubenstein authored Jan 31, 2023
1 parent fff4702 commit 0f9564e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/storybook-vue/.storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
background: var(--telekom-color-primary-standard);
}
.sbdocs.sbdocs-content {
max-width: 1066px !important;
max-width: 1108px !important;
}

.sr-only {
position: absolute;
left: -10000px;
Expand Down

0 comments on commit 0f9564e

Please sign in to comment.