0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

decrease size of modal-md and modal-lg to ensure fitting in responsive layouts

This commit is contained in:
Mark Otto 2016-11-26 00:47:33 -08:00
parent e953d5d4f0
commit d82d04fd6d

View File

@ -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;