Some minor changes

This commit is contained in:
Martin Prokoph
2024-02-09 18:13:34 +01:00
parent b121e3d1cc
commit d46cec2925
5 changed files with 7 additions and 11 deletions

View File

@@ -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>