Increase mobile threshold

This commit is contained in:
Alice Gaudon 2021-01-26 11:37:34 +01:00
parent 9d1a9c2e3e
commit 5c5b273da6
2 changed files with 2 additions and 2 deletions

View File

@ -28,5 +28,5 @@ $errorText: darken($error, 30%);
$errorColor: desaturate($errorText, 50%);
// Responsivity
$mobileThreshold: 632px;
$mobileThreshold: 720px;
$desktopThreshold: 940px;

View File

@ -49,7 +49,7 @@ body > header {
flex-direction: row;
align-items: center;
max-width: 148px;
padding: 8px;
padding: 8px 0;
font-size: 18px;
line-height: 18px;