fix about page and menu on mobile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-02-25 11:53:04 +01:00
parent 04a95911ba
commit 5622ca52ae
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@
<a
v-bind="$attrs"
:href="href"
class="rounded ml-8 p-3"
class="rounded ml-2 p-3"
:class="{'bg-slate-300': isActive}"
@click="navigate"
>
@ -64,7 +64,7 @@
<a
v-bind="$attrs"
:href="href"
class="rounded ml-8 p-3"
class="rounded ml-2 p-3"
:class="{'bg-slate-300': isActive}"
@click="navigate"
>

View file

@ -1,6 +1,6 @@
<template>
<div class="grid grid-cols-1 col-span-12 text-center">
<div class="border p-10 w-1/2 m-auto">
<div class="border p-4 md:p-10 md:w-1/2 m-auto">
<p class="mb-5">
This website is an image generator for Open Graph developed by <a href="https://www.deblan.io" class="text-cyan-600">Simon Vieille</a>.
</p>