This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</MetaHead>
|
||||
|
||||
<div class="flex flex-col min-h-full">
|
||||
<main class="flex-grow flex items-center justify-center py-6 px-4 md:px-6">
|
||||
<main class="flex-grow flex items-center justify-center py-6 px-4 md:px-6 pt-safe-or-6">
|
||||
<section class="max-w-prose w-full flex flex-col gap-10">
|
||||
<QueryRender :query #default="{ data: doc }">
|
||||
<template v-for="action in doc.actions" :key="action">
|
||||
@@ -24,7 +24,7 @@
|
||||
</main>
|
||||
|
||||
<footer
|
||||
class="bg-gray-100 dark:bg-gray-800 text-center py-4 border-t dark:border-gray-700 text-sm text-gray-700 dark:text-gray-300"
|
||||
class="pb-safe-or-4 bg-gray-100 dark:bg-gray-800 text-center py-4 border-t dark:border-gray-700 text-sm text-gray-700 dark:text-gray-300"
|
||||
>
|
||||
<p>
|
||||
Нужен такой же?
|
||||
|
||||
Reference in New Issue
Block a user