Skip to content

Commit

Permalink
responsive text
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed Jun 8, 2021
1 parent 5c9553f commit 208dd0d
Show file tree
Hide file tree
Showing 4 changed files with 10 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.0a20</version>
<version>2.0.0a21</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
Expand Up @@ -2,6 +2,8 @@
@import "colors";

$size-1: 6rem !default;
$size-2: 4.5rem !default;
$size-3: 3rem !default;

@import "../node_modules/bulma/sass/utilities/_all.sass";
@import "../node_modules/bulma/sass/base/_all.sass";
Expand Down
6 changes: 5 additions & 1 deletion core/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,8 @@ button.primary:focus,

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

.container {
width: 100% !important;
}
4 changes: 2 additions & 2 deletions core/templates/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<div class="columns px-4">
<div class="column">
<!-- Hero content -->
<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">
<h1 class="hero-title title has-text-weight-bold is-size-1-desktop is-size-2-tablet is-size-3-mobile has-text-left">
ownCloud @ <b>CESNET</b>
</h1>
<h2 class="subtitle is-3 has-text-weight-light has-text-left">
<h2 class="subtitle is-size-3-desktop is-size-4-tablet has-text-weight-light has-text-left">
<?php p($l->t('Sync, Share & Backup all of your academic data.')); ?>
</h2>
<div class="has-half-opacity has-text-left is-size-7 has-text-weight-bold">▘▘▖▘▘▘▘▘▘▘▖▘▘▘▘▘▖▘▘▘▖▘▘▖▖▖▘▘▘▘▖▘▘▖▖▘▘▖▘▘▘▘▘▘▘▖▘▖▘▘▘▖▖▘▖▖</div>
Expand Down

0 comments on commit 208dd0d

Please sign in to comment.