From 4e05640efdf9883a77c89d2ff4bad52b2258afae Mon Sep 17 00:00:00 2001 From: braginini Date: Mon, 22 May 2023 15:12:57 +0200 Subject: [PATCH] revert layout changes --- src/components/NavigationDocs.jsx | 2 +- src/styles/tailwind.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 8be2768d..ce34f290 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -79,7 +79,7 @@ function NavigationGroup({ group, className }) {
  • {group.title} diff --git a/src/styles/tailwind.css b/src/styles/tailwind.css index 397be838..3f32aeaa 100644 --- a/src/styles/tailwind.css +++ b/src/styles/tailwind.css @@ -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: 6px; + border-radius: 4px; overflow:hidden; } @@ -35,4 +35,5 @@ left: 0; width: 100%; height: 100%; + border-radius: 4px; } \ No newline at end of file