Skip to content

Commit

Permalink
more attempts at mobile scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
xathon committed Oct 13, 2021
1 parent 50b1088 commit bd6a9ac
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 398 deletions.
8 changes: 6 additions & 2 deletions css/vote.style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/vote.style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions css/vote.style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ form {
.container-fluid {
align-items: flex-end;
}
#progress-bar {
position: absolute;
}
.main {
background: url("../images/background/background_mobile.png") no-repeat center center fixed;
-webkit-background-size: cover;
Expand Down Expand Up @@ -226,8 +229,8 @@ form {
height: 80%;
position: relative;
cursor: pointer;
max-width: 90%;
max-height: 90%;
max-width: 55vw;
max-height: 28vh;
object-fit: contain;
}
}
Expand Down
11 changes: 0 additions & 11 deletions dbdump.sql

This file was deleted.

Loading

0 comments on commit bd6a9ac

Please sign in to comment.