Container max width higher

This commit is contained in:
TimZ99 2020-05-17 20:23:30 +02:00
parent b1b6195c99
commit a3d301d153
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@ $container-max-widths: (
sm: 540px,
md: 720px,
lg: 960px,
xl: 1840px
xl: 2500px
);
@import "../plugin/bootstrap/scss/_functions";