fixed padding issues (oh god help me)

This commit is contained in:
Jonas_Jones 2023-07-10 03:22:24 +02:00
parent 7c2152b413
commit d0e43d3596
3 changed files with 7 additions and 6 deletions

View file

@ -0,0 +1,3 @@
<!-- please god dont send me to hell for doing this -->
<h1> </h1>
<h1> </h1>

View file

@ -2,12 +2,11 @@
import NavBar from "../components/NavBar.svelte";
import Footer from "../components/Footer.svelte";
import ParallaxBg from "../components/ParallaxBg.svelte";
import Padding from "../components/padding.svelte";
</script>
<ParallaxBg>
<NavBar />
<!-- please god dont send me to hell for doing this -->
<h1> </h1>
<h1> </h1>
<Padding />
<title>404 - Page not found</title>
<center>
<h1>ERROR 404</h1>

View file

@ -1,9 +1,7 @@
<ParallaxBg>
<Navbar />
<title>Jonas_Jones</title>
<!-- please god dont send me to hell for doing this -->
<h1> </h1>
<h1> </h1>
<Padding />
<div class="image-wrapper">
<div class="card-front">
<!-- svelte-ignore a11y-img-redundant-alt -->
@ -40,6 +38,7 @@
import Navbar from '../components/NavBar.svelte';
import Footer from '../components/Footer.svelte';
import ParallaxBg from '../components/ParallaxBg.svelte';
import Padding from '../components/padding.svelte';
</script>