mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 08:59:19 +02:00
fixed padding issues (oh god help me)
This commit is contained in:
parent
7c2152b413
commit
d0e43d3596
3 changed files with 7 additions and 6 deletions
3
src/components/padding.svelte
Normal file
3
src/components/padding.svelte
Normal file
|
@ -0,0 +1,3 @@
|
|||
<!-- please god dont send me to hell for doing this -->
|
||||
<h1> </h1>
|
||||
<h1> </h1>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue