Merge branch 'main' of https://gitea.rannes.dev/christian/my-portfolio
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m10s
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m10s
This commit is contained in:
commit
b66333a5fc
@ -4,7 +4,7 @@
|
|||||||
export let vendors;
|
export let vendors;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="my-4 dark:bg-slate-800 mx-auto w-fit rounded-2xl p-2">
|
<div class="my-4 dark:bg-slate-800 mx-auto md:w-fit rounded-2xl p-2">
|
||||||
<h3 class="text-xl mb-2 text-center">built with</h3>
|
<h3 class="text-xl mb-2 text-center">built with</h3>
|
||||||
<div class="flex justify-center flex-wrap gap-2">
|
<div class="flex justify-center flex-wrap gap-2">
|
||||||
{#each vendors as vendor}
|
{#each vendors as vendor}
|
||||||
|
Loading…
Reference in New Issue
Block a user