mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-06-19 07:36:39 +02:00
Make text smaller and modals bigger
This commit is contained in:
parent
a3755d4ee7
commit
662d133ca7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue