mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-24 22:25:15 +00:00
fix: mobile device minimum width (#1337)
This commit is contained in:
committed by
GitHub
parent
11d9462fdc
commit
fda440bd08
@@ -15,8 +15,8 @@ $family-sans-serif: 'Open Sans', Helvetica, Arial, sans-serif;
|
||||
// the default values get overwritten by the definitions above
|
||||
@import "bulma-css-variables/sass/utilities/_all";
|
||||
|
||||
// since $tablet is defined by bulma we can just define it after importing the utilities
|
||||
$mobile: math.div($tablet, 2);
|
||||
// mobile minimum width
|
||||
$mobile: 320px;
|
||||
|
||||
$vikunja-font: 'Quicksand', sans-serif;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user