ui: Reduce the breakpoint at which the smaller footer kicks in (#4723)

This commit is contained in:
John Cowen 2018-10-11 10:13:17 +01:00 committed by GitHub
parent 948e4af5b1
commit 9fe12d2b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ $--lt-horizontal-session-list: '(max-width: 899px)';
$--min-padding: '(max-width: 600px)';
$--max-padding: '(min-width: 1260px)';
$--tall-footer: '(min-height: 815px)';
$--lt-tall-footer: '(max-height: 814px)';
$--tall-footer: '(min-height: 668px)';
$--lt-tall-footer: '(max-height: 667px)';
$--wide-footer: '(min-width: 421px)';
$--lt-wide-footer: '(max-width: 420px)';