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 726b28b commit 22326e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.0a16</version>
<version>2.0.0a17</version>
<types>
<theme/>
</types>
Expand Down
4 changes: 4 additions & 0 deletions core/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,7 @@ button.primary:focus,
.hero-title {
font-size: 6rem !important;
}

.layer {
left: 18rem !important;
}
4 changes: 2 additions & 2 deletions core/templates/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
]);
?>
<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]-->
<div class="columns">
<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">
Expand Down Expand Up @@ -93,7 +93,7 @@
</form>
</div>
<div class="column is-hidden-touch mr-6">
<div class="tile"
<div class="tile">
<!-- Hero Cubes: https://codepen.io/jonambas/pen/OPqbzx-->
<div class="layer bottom">
<div class="cube nw"></div>
Expand Down

0 comments on commit 22326e9

Please sign in to comment.