mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-01-20 19:31:35 -05:00
styling fixes
This commit is contained in:
parent
1998a4e812
commit
ae22dfbdce
@ -97,7 +97,7 @@
|
||||
|
||||
<!-- Services list -->
|
||||
<section class="flex justify-center items-center px-3 pb-12 mt-4">
|
||||
<div class="grid grid-cols-1 gap-3 max-w-6xl md:grid-cols-3 lg:grid-cols-3">
|
||||
<div class="grid grid-cols-1 gap-3 max-w-6xl lg:grid-cols-3">
|
||||
{{range .Services}}
|
||||
{{partial "partials/service_card" .}}
|
||||
{{end}}
|
||||
|
@ -2,10 +2,11 @@
|
||||
<a href="/service/{{.Name}}" class="w-full max-w-md">
|
||||
<div class="flex flex-col justify-between p-4 bg-gray-700 bg-opacity-30 rounded-lg border border-transparent shadow-lg backdrop-blur-md transition duration-500 hover:border-lime-600/70">
|
||||
<div class="flex items-center">
|
||||
<img src="/api/g/picture/{{.ID}}" alt="{{.Name}} logo" class="mr-4 w-12 h-12 rounded-full bg-white/10" />
|
||||
<img src="/api/g/picture/{{.ID}}" alt="{{.Name}} logo" class="mr-4 rounded-full size-12 bg-white/10" />
|
||||
<div class="flex flex-col justify-center items-center text-lg font-bold text-white md:text-xl">
|
||||
<span class="flex items-center pb-1 w-full text-base font-bold">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="inline w-5 h-5 text-blue-400/80 discount-check-filled" width="24"
|
||||
{{if .Verified}}
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="inline size-5 text-blue-400/80 discount-check-filled" width="24"
|
||||
height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round"
|
||||
stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||
@ -13,7 +14,8 @@
|
||||
d="M12.01 2.011a3.2 3.2 0 0 1 2.113 .797l.154 .145l.698 .698a1.2 1.2 0 0 0 .71 .341l.135 .008h1a3.2 3.2 0 0 1 3.195 3.018l.005 .182v1c0 .27 .092 .533 .258 .743l.09 .1l.697 .698a3.2 3.2 0 0 1 .147 4.382l-.145 .154l-.698 .698a1.2 1.2 0 0 0 -.341 .71l-.008 .135v1a3.2 3.2 0 0 1 -3.018 3.195l-.182 .005h-1a1.2 1.2 0 0 0 -.743 .258l-.1 .09l-.698 .697a3.2 3.2 0 0 1 -4.382 .147l-.154 -.145l-.698 -.698a1.2 1.2 0 0 0 -.71 -.341l-.135 -.008h-1a3.2 3.2 0 0 1 -3.195 -3.018l-.005 -.182v-1a1.2 1.2 0 0 0 -.258 -.743l-.09 -.1l-.697 -.698a3.2 3.2 0 0 1 -.147 -4.382l.145 -.154l.698 -.698a1.2 1.2 0 0 0 .341 -.71l.008 -.135v-1l.005 -.182a3.2 3.2 0 0 1 3.013 -3.013l.182 -.005h1a1.2 1.2 0 0 0 .743 -.258l.1 -.09l.698 -.697a3.2 3.2 0 0 1 2.269 -.944zm3.697 7.282a1 1 0 0 0 -1.414 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z"
|
||||
stroke-width="0" fill="currentColor"></path>
|
||||
</svg>
|
||||
<span class="flex-1 capitalize whitespace-nowrap ms-3">{{.Name}}</span>
|
||||
{{end}}
|
||||
<span class="flex-1 text-sm capitalize whitespace-nowrap sm:text-base ms-3">{{.Name}}</span>
|
||||
<span
|
||||
class="inline-flex justify-center items-center px-2 py-0.5 text-xs font-medium rounded ms-3
|
||||
{{if ge .Score 10}}
|
||||
|
Loading…
Reference in New Issue
Block a user