Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

content: fixed container XL max-width #1017

Merged
merged 3 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading