Skip to content

Commit

Permalink
docs: fix more incorrect breakpoint values
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin committed Jun 4, 2024
1 parent d1b1f68 commit b171a1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ tags:
margin-block: var(--rh-space-5xl, 80px);
}

@container container (min-width: 567px) {
@container container (min-width: 576px) {
#approach .item:nth-child(n) {
order: unset;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/accessibility/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ importElements:
max-width: 36em;
}

@container container (min-width: 567px) {
@container container (min-width: 576px) {
#func-img {
padding: var(--rh-space-3xl, 48px);
}
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/javascript/elements/uxdot-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class UxdotExample extends LitElement {
border: none;
}
@container host (min-width: 567px) {
@container host (min-width: 576px) {
#container {
padding: var(--rh-space-3xl, 48px);
}
Expand Down

0 comments on commit b171a1b

Please sign in to comment.