Skip to content

Commit 9911633

Browse files
committed
fix: some styles
1 parent d343190 commit 9911633

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

src/App.svelte

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
<Projects />
3535
<div class="mb-10"></div>
3636

37-
<h2 class="text-2xl text-center justify-center w-full flex flex-col items-center">
37+
<h2
38+
class="text-2xl text-center justify-center w-full flex flex-col items-center"
39+
>
3840
I use Arch btw
3941
<img
4042
src="https://github.com/jumpyjacko/dotfiles/raw/wayland/images/niri_main.jpg"
@@ -47,6 +49,8 @@
4749
class="w-1/2 p-1"
4850
/>
4951
</h2>
52+
53+
<div class="mb-50"></div>
5054
</main>
5155
<footer
5256
class="hidden md:flex flex-row justify-end fixed bottom-0 right-0 p-1 z-1"

src/lib/sections/Projects.svelte

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
}
55
</script>
66

7-
<h1 class="text-xl font-bold">stuff I have made</h1>
7+
<h1 class="text-2xl">stuff I have made</h1>
88

9-
<h1 class="text-lg font-semibold">the real projects</h1>
9+
<h1 class="text-lg">the real projects</h1>
1010
<div class="grid grid-cols-2 gap-8 text-wrap w-3/4">
1111
<div>
1212
<iframe src="/" title="this website" class="h-full w-full"> </iframe>
@@ -35,7 +35,7 @@
3535
</button>
3636
</div>
3737

38-
<h1 class="text-lg font-semibold">the random projects</h1>
38+
<h1 class="text-lg mt-10">the random projects</h1>
3939

4040
<div class="grid grid-cols-2 gap-8 text-wrap w-3/4">
4141
<button onclick={() => goToLink("https://github.com/jumpyjacko/wireframe-cli")}>
@@ -97,7 +97,6 @@
9797
<style>
9898
button,
9999
div {
100-
font-size: 14px;
101100
text-align: center;
102101
}
103102

0 commit comments

Comments
 (0)