Fix ad size and remove debug

This commit is contained in:
2021-04-20 16:44:09 +02:00
parent 075047d2d7
commit 57b6d8d4bc
3 changed files with 5 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
<template>
<section class="w-full my-12">
<div class="md:space-x-12 space-y-8 md:space-y-0 flex flex-col md:flex-row items-center justify-around h-full">
<nuxt-link to="/env" class="md:w-1/3 h-full">
<nuxt-link to="/env" class="h-full md:w-2/5">
<Ad color="rose" class="w-full flex flex-col justify-between items-center">
<div>
<img class="h-48" src="~/assets/images/memojies/Dev.png" alt="Dev Memoji" />
</div>
<div>
<h1 class="env text-black text-4xl">
<h1 class="font-bold text-black text-4xl">
{{ $t('home.ad.env.title') }}
</h1>
<h3 class="px-4 text-xl text-gray-700">
@@ -16,7 +16,7 @@
</div>
</Ad>
</nuxt-link>
<nuxt-link to="/contact" class="md:w-1/3 h-full">
<nuxt-link to="/contact" class="h-full md:w-2/5">
<Ad color="blue" class="w-full flex flex-col justify-between items-center">
<div>
<img class="h-48" src="~/assets/images/memojies/Fiesta.png" alt="Fiesta Memoji" />

View File

@@ -2,7 +2,7 @@
<section v-if="posts" class="w-full flex items-center justify-center my-20">
<div class="flex flex-col items-center text-center">
<div class="flex flex-col items-center">
<h2 @click="debug" class="font-bold text-3xl">
<h2 class="font-bold text-3xl">
{{ $t('blog.latest') }}
</h2>
<p class="text-gray-700 dark:text-gray-400 text-xl lg:w-2/3 mt-4">

View File

@@ -2,7 +2,7 @@
<section v-if="projects" class="w-full flex items-center justify-center my-20">
<div class="flex flex-col items-center text-center">
<div class="flex flex-col items-center">
<h2 @click="debug" class="font-bold text-3xl">
<h2 class="font-bold text-3xl">
{{ $t('projects.latest') }}
</h2>
<p class="text-gray-700 dark:text-gray-400 text-xl lg:w-2/3 mt-4">