Skip to content

Commit

Permalink
Merge pull request #21207 from twbs/modal-sizes
Browse files Browse the repository at this point in the history
Tweak modal sizes
  • Loading branch information
mdo authored Nov 26, 2016
2 parents b6b8280 + abbc2b7 commit 03ad956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -772,8 +772,8 @@ $modal-header-border-width: $modal-content-border-width !default;
$modal-footer-border-width: $modal-header-border-width !default;
$modal-header-padding: 15px !default;

$modal-lg: 900px !default;
$modal-md: 600px !default;
$modal-lg: 800px !default;
$modal-md: 500px !default;
$modal-sm: 300px !default;


Expand Down

0 comments on commit 03ad956

Please sign in to comment.