We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5ba36 commit bb8e871Copy full SHA for bb8e871
src/components/Sections/ProfileSection.svelte
@@ -39,7 +39,7 @@
39
</script>
40
41
<section>
42
- <div class="mx-auto my-6 max-w-screen-sm p-4">
+ <div class="mx-auto max-w-screen-sm py-8 px-4">
43
<div aria-label="introduction">
44
<h1>
45
<p class="text-2xl">Hi, I am</p>
src/components/Sections/TechStackSection.svelte
@@ -29,7 +29,7 @@
29
30
31
<section id="technologies">
32
33
<h2 class="text-2xl text-center">My Tech Stacks</h2>
34
<ul class="mt-4 flex flex-wrap justify-center">
35
{#each usedTechnologies as usedTechnology}
0 commit comments