mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-28 10:50:36 +01:00
Fix padding on all pages
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user