Revert "Adjust layout"

This reverts commit b078a6c3a9.
This commit is contained in:
braginini
2023-05-22 15:05:07 +02:00
parent b078a6c3a9
commit c92b8484a6
4 changed files with 5 additions and 6 deletions

View File

@@ -146,8 +146,7 @@ export function Layout({ children, title, tableOfContents }) {
return (
<>
<HeroPattern/>
<div className="relative mx-auto flex max-w-8xl justify-center xl:px-8 lg:ml-52 xl:ml-60">
{/*<div className="relative mx-auto flex max-w-8xl justify-center sm:px-2 lg:px-8 xl:px-12 lg:ml-72 xl:ml-80">*/}
<div className="relative mx-auto flex max-w-8xl justify-center sm:px-2 lg:px-8 xl:px-12 lg:ml-72 xl:ml-80">
<motion.header
layoutScroll
className="contents lg:pointer-events-none lg:fixed lg:inset-0 lg:z-40 lg:flex"

View File

@@ -79,7 +79,7 @@ function NavigationGroup({ group, className }) {
<li className={clsx('relative mt-6', className)}>
<motion.h2
layout="position"
className="text-s font-semibold text-zinc-900 dark:text-gray-300"
className="text-s font-semibold text-zinc-900 dark:text-white"
>
{group.title}
</motion.h2>

View File

@@ -16,7 +16,7 @@
.imagewrapper {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 4px;
border-radius: 6px;
overflow:hidden;
}