mirror of https://github.com/status-im/consul.git
ui: Reduce the breakpoint at which the smaller footer kicks in (#4723)
This commit is contained in:
parent
be52793aad
commit
3410f5955a
|
@ -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)';
|
||||
|
|
Loading…
Reference in New Issue