Set default max height, width for app logo
should affect home page and login page
This commit is contained in:
parent
fd700e06f4
commit
937c2920ac
|
@ -7,6 +7,8 @@
|
|||
#logo {
|
||||
display: block;
|
||||
margin: 40px auto;
|
||||
max-height: 350px;
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
div.form {
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
}
|
||||
.logo img {
|
||||
margin: 3em auto;
|
||||
max-height: 350px;
|
||||
max-width: 800px;
|
||||
}
|
||||
</style>
|
||||
</%def>
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
.logo img {
|
||||
display: block;
|
||||
margin: 3rem auto;
|
||||
max-height: 350px;
|
||||
max-width: 800px;
|
||||
}
|
||||
</style>
|
||||
% else:
|
||||
|
|
Loading…
Reference in a new issue