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 { #logo {
display: block; display: block;
margin: 40px auto; margin: 40px auto;
max-height: 350px;
max-width: 800px;
} }
div.form { div.form {

View file

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

View file

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