Set default max height, width for app logo

should affect home page and login page
This commit is contained in:
Lance Edgar 2019-08-23 22:02:46 -05:00
parent fd700e06f4
commit 937c2920ac
3 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,8 @@
#logo {
display: block;
margin: 40px auto;
max-height: 350px;
max-width: 800px;
}
div.form {

View file

@ -12,6 +12,8 @@
}
.logo img {
margin: 3em auto;
max-height: 350px;
max-width: 800px;
}
</style>
</%def>

View file

@ -16,6 +16,8 @@
.logo img {
display: block;
margin: 3rem auto;
max-height: 350px;
max-width: 800px;
}
</style>
% else: