Skip to content

Commit

Permalink
more responsive for mobile use
Browse files Browse the repository at this point in the history
changed %'s to vw for use with kiwi browser on android
  • Loading branch information
encumber authored Jul 13, 2022
1 parent bb8694e commit 0286888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multiaccountawarder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1536,11 +1536,11 @@ color: #e4ca63 !important;
text-align: center;
}
.aam_left {
width: 61%;
width: 61vw;
padding-right: 10px;
}
.aam_award {
width: 39%;
width: 39vw;
margin-right: 28px;
}
.aam_list,
Expand Down

0 comments on commit 0286888

Please sign in to comment.