fix: mobile device minimum width (#1337)

This commit is contained in:
William Guinaudie
2025-09-01 22:49:42 +02:00
committed by GitHub
parent 11d9462fdc
commit fda440bd08

View File

@@ -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;