Skip to content

Commit

Permalink
improve responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
zeratax committed Apr 16, 2019
1 parent 9a11b17 commit 83a6957
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 7 additions & 2 deletions matrix_registration/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ body {
height: 100%;
background: inherit;
z-index: -1;
transform: scale(1.03);
filter: blur(10px);
}

Expand Down Expand Up @@ -218,10 +219,14 @@ label {
}
.blur:before {
filter: none;
transform: none;
padding-bottom: 50em;
}
.info {
margin-top: 0;
position: static;
bottom: -10em;
}
.widget {
margin-top: -40vh;
}
}

Expand Down
5 changes: 1 addition & 4 deletions matrix_registration/templates/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ <h1>{{ server_name }} registration</h1>
</div>
<div class="info">
<p>Cover photo by: <a href="https://www.flickr.com/golan" target="_blank">Jesús Roncero</a>,<br>
used under the terms of
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">
CC-BY-SA 4.0
</a>. No warranties are given.
used under the terms of <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC-BY-SA 4.0</a>. No warranties are given.
</p>
</div>

Expand Down

0 comments on commit 83a6957

Please sign in to comment.