Make text smaller and modals bigger

This commit is contained in:
Robbie Antenesse 2018-06-23 13:40:09 -06:00
parent a3755d4ee7
commit 662d133ca7
1 changed files with 2 additions and 2 deletions

View File

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