mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 08:26:35 +00:00
revert layout changes
This commit is contained in:
@@ -79,7 +79,7 @@ function NavigationGroup({ group, className }) {
|
|||||||
<li className={clsx('relative mt-6', className)}>
|
<li className={clsx('relative mt-6', className)}>
|
||||||
<motion.h2
|
<motion.h2
|
||||||
layout="position"
|
layout="position"
|
||||||
className="text-s font-semibold text-zinc-900 dark:text-white"
|
className="text-xs font-semibold text-zinc-900 dark:text-white"
|
||||||
>
|
>
|
||||||
{group.title}
|
{group.title}
|
||||||
</motion.h2>
|
</motion.h2>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
.imagewrapper {
|
.imagewrapper {
|
||||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||||
border-radius: 6px;
|
border-radius: 4px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -35,4 +35,5 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user