Skip to content

Commit

Permalink
fix: change widths for bs-container
Browse files Browse the repository at this point in the history
  • Loading branch information
mburri committed Dec 18, 2023
1 parent 60d61f1 commit e278392
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions AMW_angular/io/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
$font-size-base: 0.9rem;
$btn-disabled-opacity: 0.55;

$container-max-widths: (
sm: 640px,
md: 820px,
lg: 1160px,
xl: 1440px,
xxl: 1920px
);

@import 'bootstrap/scss/bootstrap';
@import "~@ng-select/ng-select/themes/default.theme.css";
@import 'codemirror/lib/codemirror';
Expand Down

0 comments on commit e278392

Please sign in to comment.