mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
Fix mobile view
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<footer class="footer w-full border-t-2 border-solid border-gray-200 px-4 xl:px-32 dark:border-gray-800 mb-22 md:mb-0">
|
||||
<div class="flex flex-col-reverse md:flex-row justify-between pt-4 items-center">
|
||||
<div class="inline flex space-x-4 mb-4 md:mb-0">
|
||||
<div class="inline flex space-x-4">
|
||||
<a class="link font-semibold" href="https://twitch.com/ArthurDanjou" target="_blank" rel="noopener noreferrer">
|
||||
<TwitchIcon /> <span>Twitch</span>,
|
||||
</a>
|
||||
@@ -15,7 +15,7 @@
|
||||
<MailIcon /> <span>Mail</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="flex space-x-4">
|
||||
<div class="flex space-x-4 mb-4 md:mb-0">
|
||||
<nuxt-link class="link font-semibold" to="/env">
|
||||
<span>{{ $t('header.env') }}</span>,
|
||||
</nuxt-link>
|
||||
|
||||
Reference in New Issue
Block a user