Skip to content

Commit

Permalink
improving responsivity
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed Jun 8, 2021
1 parent c44ceae commit 5c9553f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>Custom theme for the ownCloud@CESNET server.</description>
<licence>AGPL</licence>
<author>Miroslav Bauer @ CESNET</author>
<version>2.0.0a19</version>
<version>2.0.0a20</version>
<types>
<theme/>
</types>
Expand Down
5 changes: 2 additions & 3 deletions build/sass/bulma.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
@charset "utf-8";
@import "colors";

$size-1: 6rem !default;

@import "../node_modules/bulma/sass/utilities/_all.sass";
@import "../node_modules/bulma/sass/base/_all.sass";

$size-1: 6rem;

@import "../node_modules/bulma/sass/elements/button.sass";
@import "../node_modules/bulma/sass/elements/container.sass";
@import "../node_modules/bulma/sass/elements/title.sass";
Expand Down

0 comments on commit 5c9553f

Please sign in to comment.