75px -> 88px (#6152)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/6153/head
Alex van Andel 2022-12-22 00:17:24 +00:00 committed by GitHub
parent 23450b61e0
commit 3b91cc7f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ export function ShellMain(props: LayoutProps) {
{props.CTA && (
<div
className={classNames(
props.backPath ? "relative" : "fixed right-4 bottom-[75px] z-40 ",
props.backPath ? "relative" : "fixed right-4 bottom-[88px] z-40 ",
"flex-shrink-0 sm:relative sm:bottom-auto sm:right-auto"
)}>
{props.CTA}