mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-16 10:35:09 +01:00
Some minor changes
This commit is contained in:
@@ -4,7 +4,7 @@ import { Icon } from 'astro-icon/components'
|
||||
const { src = '/motschensummer-cutout.png' } = Astro.props
|
||||
---
|
||||
|
||||
<section class="hero my-24">
|
||||
<section class="hero my-12">
|
||||
<div class="container">
|
||||
<div class="grid grid-cols-1 items-center gap-24 lg:grid-cols-2">
|
||||
<div class="flex flex-col items-center gap-8 md:items-start">
|
||||
@@ -16,10 +16,8 @@ const { src = '/motschensummer-cutout.png' } = Astro.props
|
||||
<Icon name="ion:logo-github" />
|
||||
Visit GitHub Profile
|
||||
</a>
|
||||
<a
|
||||
class="button has-icon color-secondary"
|
||||
href="wiki/midnightlib"
|
||||
>
|
||||
<a class="button has-icon color-secondary"
|
||||
href="wiki/midnightlib">
|
||||
<Icon name="ion:document-text" />
|
||||
View the Wiki
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user