mirror of
https://github.com/simple-login/app.git
synced 2025-10-06 05:17:41 +08:00
make logo a bit smaller
This commit is contained in:
parent
6a67f7946f
commit
fc4572e9ba
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
<div class="col mx-auto card p-7" style="max-width: 50rem">
|
<div class="col mx-auto card p-7" style="max-width: 50rem">
|
||||||
<div class="text-center mb-6">
|
<div class="text-center mb-6">
|
||||||
<a href="https://simplelogin.io">
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<div class="bg-white p-6" style="margin: auto; max-width: 600px">
|
<div class="bg-white p-6" style="margin: auto; max-width: 600px">
|
||||||
<div class="text-center mb-6">
|
<div class="text-center mb-6">
|
||||||
<a href="https://simplelogin.io">
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<div class="col mx-auto" style="max-width: 50rem">
|
<div class="col mx-auto" style="max-width: 50rem">
|
||||||
<div class="text-center mb-6">
|
<div class="text-center mb-6">
|
||||||
<a href="https://simplelogin.io">
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue