make logo a bit smaller

This commit is contained in:
Son NK 2020-04-24 09:43:26 +02:00
parent 6a67f7946f
commit fc4572e9ba
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<div class="col mx-auto card p-7" style="max-width: 50rem">
<div class="text-center mb-6">
<a href="https://simplelogin.io">
<img src="/static/logo.svg" style="background-color: transparent; height: 32px">
<img src="/static/logo.svg" style="background-color: transparent; height: 24px">
</a>
</div>

View File

@ -4,7 +4,7 @@
<div class="bg-white p-6" style="margin: auto; max-width: 600px">
<div class="text-center mb-6">
<a href="https://simplelogin.io">
<img src="/static/logo.svg" style="background-color: transparent; height: 32px">
<img src="/static/logo.svg" style="background-color: transparent; height: 24px">
</a>
</div>

View File

@ -7,7 +7,7 @@
<div class="col mx-auto" style="max-width: 50rem">
<div class="text-center mb-6">
<a href="https://simplelogin.io">
<img src="/static/logo.svg" style="background-color: transparent; height: 32px">
<img src="/static/logo.svg" style="background-color: transparent; height: 24px">
</a>
</div>