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 22326e9 commit f662043
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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.0a17</version>
<version>2.0.0a18</version>
<types>
<theme/>
</types>
Expand Down
2 changes: 2 additions & 0 deletions build/sass/bulma.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@charset "utf-8";
@import "colors";

$size-1: 6rem;

@import "../node_modules/bulma/sass/utilities/_all.sass";
@import "../node_modules/bulma/sass/base/_all.sass";
@import "../node_modules/bulma/sass/elements/button.sass";
Expand Down
6 changes: 1 addition & 5 deletions core/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ button.primary:focus,
border-color: #E60000 !important;
}

.hero-title {
font-size: 6rem !important;
}

.layer {
left: 18rem !important;
left: 25rem !important;
}

0 comments on commit f662043

Please sign in to comment.