Make text smaller and modals bigger
This commit is contained in:
parent
a3755d4ee7
commit
662d133ca7
|
@ -44,7 +44,7 @@ $weight-bold: 700;
|
|||
|
||||
// Body
|
||||
$body-background: $white;
|
||||
$body-size: 16px;
|
||||
$body-size: 14px;
|
||||
|
||||
// Responsiveness
|
||||
// 960, 1152, and 1344 have been chosen because
|
||||
|
@ -126,4 +126,4 @@ $size-medium: $size-5;
|
|||
$size-large: $size-4;
|
||||
|
||||
// Modal
|
||||
$modal-content-width: 800px;
|
||||
$modal-content-width: 900px;
|
||||
|
|
Loading…
Reference in New Issue