Update projects cards padding on mobile devices

This commit is contained in:
Oskar Karpiński 2024-05-24 21:13:58 +02:00
parent e3018cf621
commit a747584bf5
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
</script>
<a href="https://hsauth.medzik.dev" target="_blank" class="max-w-xl w-full">
<div class="card variant-filled-primary bg-opacity-25 p-4 md:p-10 shadow-lg space-y-4 text-center btn whitespace-normal grid h-full">
<div class="card variant-filled-primary bg-opacity-25 p-6 md:p-10 shadow-lg space-y-4 text-center btn whitespace-normal grid h-full">
<div class="mx-auto variant-filled-primary bg-opacity-50 rounded-2xl p-2" style="width: 50px; height: 50px;">
<Icon src={Dns} />
</div>

View File

@ -4,7 +4,7 @@
</script>
<a href="https://github.com/M3DZIK/java-otp" target="_blank" class="max-w-xl w-full">
<div class="card variant-filled-secondary bg-opacity-25 p-4 md:p-10 shadow-lg space-y-4 text-center btn whitespace-normal grid h-full">
<div class="card variant-filled-secondary bg-opacity-25 p-6 md:p-10 shadow-lg space-y-4 text-center btn whitespace-normal grid h-full">
<div class="mx-auto variant-filled-secondary bg-opacity-50 rounded-2xl p-2" style="width: 50px; height: 50px;">
<Icon src={LockClock} />
</div>

View File

@ -4,7 +4,7 @@
</script>
<a href="https://librepass.org" target="_blank" class="max-w-xl w-full">
<div class="card variant-filled-error bg-opacity-25 p-4 md:p-10 shadow-lg space-y-4 text-center btn whitespace-normal grid h-full">
<div class="card variant-filled-error bg-opacity-25 p-6 md:p-10 shadow-lg space-y-4 text-center btn whitespace-normal grid h-full">
<div class="mx-auto variant-filled-error bg-opacity-50 rounded-2xl p-2" style="width: 50px; height: 50px;">
<Icon src={Security} />
</div>