Skip to content

Commit

Permalink
fix: container xl max width
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli authored Nov 27, 2023
1 parent 549560d commit 3ce6086
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _data/breakpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
abbr: -xl
name: Extra large
min-width: 1200px
container: 1140px
container: 1176px

- breakpoint: xxl
abbr: -xxl
Expand Down
6 changes: 3 additions & 3 deletions docs/organizzare-gli-spazi/griglie.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ Scopri come gli aspetti della griglia di Bootstrap funzionano su più dispositiv
<td>540px</td>
<td>720px</td>
<td>960px</td>
<td>1184px</td>
<td>1176px</td>
<td>1320px</td>
</tr>
<tr>
<th class="text-nowrap" scope="row">Prefisso della classe</th>
<th class="text-nowrap" scope="row">Prefisso classi per le colonne</th>
<td><code>.col-</code></td>
<td><code>.col-sm-</code></td>
<td><code>.col-md-</code></td>
Expand All @@ -112,7 +112,7 @@ Scopri come gli aspetti della griglia di Bootstrap funzionano su più dispositiv
<td><code>.col-xxl-</code></td>
</tr>
<tr>
<th class="text-nowrap" scope="row"># di colonne</th>
<th class="text-nowrap" scope="row">Numero di colonne</th>
<td colspan="6">12</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ $container-max-widths: (
sm: 540px,
md: 720px,
lg: 960px,
xl: 1184px,
xl: 1176px,
xxl: 1320px,
) !default;

Expand Down

0 comments on commit 3ce6086

Please sign in to comment.