1
0

Fix search on mobile

This commit is contained in:
kolaente
2020-06-17 21:44:44 +02:00
parent 35d52c3404
commit 3248aca041
5 changed files with 22 additions and 3 deletions

View File

@ -1,5 +1,7 @@
@import '../../../node_modules/bulma/bulma';
@import 'variables-derived';
*, *:hover, *:active, *:focus {
outline: none;
}

View File

@ -0,0 +1,2 @@
// Variables that are derived from bulma variables need to be included after them
$mobile: $tablet / 2;