Skip to content

Commit 208dd0d

Browse files
committed
responsive text
1 parent 5c9553f commit 208dd0d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

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.0a20</version>
8+
<version>2.0.0a21</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
@@ -2,6 +2,8 @@
22
@import "colors";
33

44
$size-1: 6rem !default;
5+
$size-2: 4.5rem !default;
6+
$size-3: 3rem !default;
57

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

core/css/styles.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,8 @@ button.primary:focus,
128128

129129
.layer {
130130
left: 25rem !important;
131-
}
131+
}
132+
133+
.container {
134+
width: 100% !important;
135+
}

core/templates/login.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<div class="columns px-4">
1616
<div class="column">
1717
<!-- Hero content -->
18-
<h1 class="hero-title title has-text-weight-bold is-1 is-1-desktop-only is-2-tablet-only is-3-mobile-only has-text-left">
18+
<h1 class="hero-title title has-text-weight-bold is-size-1-desktop is-size-2-tablet is-size-3-mobile has-text-left">
1919
ownCloud @ <b>CESNET</b>
2020
</h1>
21-
<h2 class="subtitle is-3 has-text-weight-light has-text-left">
21+
<h2 class="subtitle is-size-3-desktop is-size-4-tablet has-text-weight-light has-text-left">
2222
<?php p($l->t('Sync, Share & Backup all of your academic data.')); ?>
2323
</h2>
2424
<div class="has-half-opacity has-text-left is-size-7 has-text-weight-bold">▘▘▖▘▘▘▘▘▘▘▖▘▘▘▘▘▖▘▘▘▖▘▘▖▖▖▘▘▘▘▖▘▘▖▖▘▘▖▘▘▘▘▘▘▘▖▘▖▘▘▘▖▖▘▖▖</div>

0 commit comments

Comments
 (0)