Skip to content

Commit cb5ba36

Browse files
committed
refactor spacing
1 parent 4a3307a commit cb5ba36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Sections/ProfileSection.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</script>
4040

4141
<section>
42-
<div class="mx-auto mt-4 max-w-screen-sm p-4">
42+
<div class="mx-auto my-6 max-w-screen-sm p-4">
4343
<div aria-label="introduction">
4444
<h1>
4545
<p class="text-2xl">Hi, I am</p>

src/components/Sections/TechStackSection.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
</script>
3030

3131
<section id="technologies">
32-
<div class="mx-auto my-4 max-w-screen-sm p-4">
33-
<h2 class="mb-4 text-xl text-center">My Tech Stacks</h2>
34-
<ul class="flex flex-wrap justify-center">
32+
<div class="mx-auto my-6 max-w-screen-sm p-4">
33+
<h2 class="text-2xl text-center">My Tech Stacks</h2>
34+
<ul class="mt-4 flex flex-wrap justify-center">
3535
{#each usedTechnologies as usedTechnology}
3636
<li class="mx-1 mb-2">
3737
<Tag text={usedTechnology} />

0 commit comments

Comments
 (0)