mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-30 19:57:54 +01:00
Add padding in mobile view
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<nuxt-link :to="link">
|
<nuxt-link :to="link">
|
||||||
<div
|
<div
|
||||||
class="home-link h-full duration-500 cursor-pointer flex flex-row justify-between py-3 w-full md:w-96 items-center"
|
class="mb-8 md:mb-0 home-link h-full duration-500 cursor-pointer flex flex-row justify-between py-3 w-full md:w-96 items-center"
|
||||||
:class="getColor"
|
:class="getColor"
|
||||||
>
|
>
|
||||||
<div class="ml-4">
|
<div class="ml-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user