mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix safari home cards
This commit is contained in:
parent
0044e68c84
commit
949bf545c8
2 changed files with 5 additions and 2 deletions
File diff suppressed because one or more lines are too long
5
src/ui/templates/home.html
vendored
5
src/ui/templates/home.html
vendored
|
|
@ -1,6 +1,7 @@
|
|||
{% extends "base.html" %} {% block content %}
|
||||
<!-- stats card -->
|
||||
<a
|
||||
<div class="col-span-12 grid grid-cols-12 justify-start items-start gap-4">
|
||||
<a
|
||||
href="https://github.com/bunkerity/bunkerweb"
|
||||
class="dark:brightness-110 max-h-none sm:max-h-28 hover:scale-102 transition col-span-12 md:col-span-6 2xl:col-span-4 flex p-4 justify-between w-full shadow-md break-words bg-white dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border"
|
||||
target="_blank"
|
||||
|
|
@ -186,4 +187,6 @@
|
|||
<!-- end icon -->
|
||||
</a>
|
||||
<!-- end stats card-->
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue