Skip to content

Commit f662043

Browse files
committed
improving responsivity
1 parent 22326e9 commit f662043

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<description>Custom theme for the ownCloud@CESNET server.</description>
66
<licence>AGPL</licence>
77
<author>Miroslav Bauer @ CESNET</author>
8-
<version>2.0.0a17</version>
8+
<version>2.0.0a18</version>
99
<types>
1010
<theme/>
1111
</types>

build/sass/bulma.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
@charset "utf-8";
22
@import "colors";
33

4+
$size-1: 6rem;
5+
46
@import "../node_modules/bulma/sass/utilities/_all.sass";
57
@import "../node_modules/bulma/sass/base/_all.sass";
68
@import "../node_modules/bulma/sass/elements/button.sass";

core/css/styles.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ button.primary:focus,
126126
border-color: #E60000 !important;
127127
}
128128

129-
.hero-title {
130-
font-size: 6rem !important;
131-
}
132-
133129
.layer {
134-
left: 18rem !important;
130+
left: 25rem !important;
135131
}

0 commit comments

Comments
 (0)