Fix padding on all pages

This commit is contained in:
2021-07-03 11:44:58 +02:00
parent c99629dbcd
commit b8b453aee6
9 changed files with 975 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
<template>
<main v-if="post" class="blog flex flex-col items-center px-5 xl:px-84 mb-16 md:mb-32">
<main v-if="post" class="blog flex flex-col items-center px-5 xl:px-72 mb-16 md:mb-32">
<div class="mt-8 md:mt-32 flex flex-col justify-around py-8 w-full">
<div>
<div class="mb-4 flex">

View File

@@ -1,5 +1,5 @@
<template>
<main v-if="posts" class="blog flex flex-col items-center w-full">
<main v-if="posts" class="blog flex flex-col items-center w-full px-5 xl:px-16">
<PageTitle title="part.blog" />
<p class="text-gray-700 dark:text-gray-400 text-xl mt-4">
{{ $t('blog.description') }}