Skip to content

Commit 22326e9

Browse files
committed
improving responsivity
1 parent 726b28b commit 22326e9

3 files changed

Lines changed: 7 additions & 3 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.0a16</version>
8+
<version>2.0.0a17</version>
99
<types>
1010
<theme/>
1111
</types>

core/css/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,7 @@ button.primary:focus,
129129
.hero-title {
130130
font-size: 6rem !important;
131131
}
132+
133+
.layer {
134+
left: 18rem !important;
135+
}

core/templates/login.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
]);
1313
?>
1414
<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]-->
15-
<div class="columns">
15+
<div class="columns px-4">
1616
<div class="column">
1717
<!-- Hero content -->
1818
<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">
@@ -93,7 +93,7 @@
9393
</form>
9494
</div>
9595
<div class="column is-hidden-touch mr-6">
96-
<div class="tile"
96+
<div class="tile">
9797
<!-- Hero Cubes: https://codepen.io/jonambas/pen/OPqbzx-->
9898
<div class="layer bottom">
9999
<div class="cube nw"></div>

0 commit comments

Comments
 (0)