fixed icons and links (and ci?)

This commit is contained in:
Firq 2025-04-07 22:47:03 +02:00
parent 1782b69664
commit 7d6f6eb4d5
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
7 changed files with 16 additions and 27 deletions

Binary file not shown.

Before

(image error) Size: 20 KiB

After

(image error) Size: 22 KiB

Before After
Before After

View file

@ -47,7 +47,6 @@ let extraattributes = navtype === 'mobile' ? { tabindex: '0' } : {}
justify-content: center;
text-align: left;
display: flex;
width: 200px;
}
li > a {
@ -84,4 +83,10 @@ let extraattributes = navtype === 'mobile' ? { tabindex: '0' } : {}
width: 1.4em;
height: 1.4em;
}
@media (min-width: 304px) {
li {
width: 200px;
}
}
</style>

View file

@ -44,9 +44,9 @@ const release = `https://forgejo.neshweb.net/Firq/firq-dev-website/releases/tag/
rel="noopener noreferrer">Mitsunee</a
> for the support when building this site. I could not have done it without
you 🧡 Check out <a
href="https://fgo.mitsunee.com"
href="https://mitsunee.com"
target="_blank"
rel="noopener noreferrer">FGO Timers here</a
rel="noopener noreferrer">her own website here</a
>
<div class="sticky-image-wrapper">
<Image src={foxcat} alt="Best Foxcat" />
@ -64,7 +64,7 @@ const release = `https://forgejo.neshweb.net/Firq/firq-dev-website/releases/tag/
>his site here</a
>
<div class="sticky-image-wrapper">
<Image src={okita} alt="" style="height:60px" />
<Image src={okita} alt="" style="height:67px" />
</div>
</div>
<br />

View file

@ -1,17 +0,0 @@
---
import Layout from '../layouts/Layout.astro';
---
<Layout title="Firq FGO Site">
<Navbar/>
<Title/>
<Divider/>
<HomeLayout>
<AboutMe/>
<Favourites/>
</HomeLayout>
</Layout>
<style>
</style>