mirror of
https://github.com/JonasunderscoreJones/wiki.jonasjones.dev.git
synced 2025-10-22 22:09:17 +02:00
Code Refactor
This commit is contained in:
parent
390f5faa6b
commit
10e669a725
4 changed files with 72 additions and 67 deletions
|
@ -9,7 +9,14 @@
|
|||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://jonasjones.dev/"><img style="padding-top: 7px;" src="/homepage.png" height="30px" alt="Homepage"></a>
|
||||
<a href="https://jonasjones.dev/"
|
||||
><img
|
||||
style="padding-top: 7px;"
|
||||
src="/homepage.png"
|
||||
height="30px"
|
||||
alt="Homepage"
|
||||
/></a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -62,7 +69,6 @@
|
|||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 550px) {
|
||||
header h1 {
|
||||
font-size: 20px;
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
import Header from "$lib/components/Header.svelte";
|
||||
import Footer from "$lib/components/Footer.svelte";
|
||||
import Navbar from "$lib/components/Navbar.svelte";
|
||||
|
||||
</script>
|
||||
|
||||
<Header />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue