Skip to content

Commit

Permalink
Shrink district logo on login page (#221)
Browse files Browse the repository at this point in the history
Due to changes to the login page, a district logo (if present) displays
at a very large size -- this commit shrinks it to be less obtrusive.
  • Loading branch information
psvenk authored Dec 20, 2020
1 parent c1782bc commit 4b6289e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions public/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@ iframe {
margin-right: 0.5em;
}

#district-logo {
max-height: 45px;
}

/*------------------------------------------------------------------
[ ]*/
.login100-pic {
Expand Down
2 changes: 1 addition & 1 deletion public/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</button>
</div>
<div class="text-center">
<img src="images/district-logo.png" style="width:75%">
<img id="district-logo" src="images/district-logo.png">
</div>
</form>
</div>
Expand Down

0 comments on commit 4b6289e

Please sign in to comment.