Add more padding for secret sharing promo banner

This commit is contained in:
Tuan Dang
2024-07-30 13:46:40 -07:00
parent 021dbf3558
commit 48bd354bae
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ export const ShareSecretPublicPage = () => {
return (
<div className="flex h-screen flex-col justify-between overflow-auto bg-gradient-to-tr from-mineshaft-700 to-bunker-800 text-gray-200 dark:[color-scheme:dark]">
<div />
<div className="mx-auto w-full max-w-xl p-4">
<div className="mx-auto w-full max-w-xl px-4 py-4 md:px-0">
<div className="mb-8 text-center">
<div className="mb-4 flex justify-center pt-8">
<Link href="https://infisical.com">

View File

@@ -24,7 +24,7 @@ export const ViewSecretPublicPage = () => {
return (
<div className="flex h-screen flex-col justify-between overflow-auto bg-gradient-to-tr from-mineshaft-700 to-bunker-800 text-gray-200 dark:[color-scheme:dark]">
<div />
<div className="mx-auto w-full max-w-xl p-4 ">
<div className="mx-auto w-full max-w-xl px-4 py-4 md:px-0">
<div className="mb-8 text-center">
<div className="mb-4 flex justify-center pt-8">
<Link href="https://infisical.com">