diff --git a/client/Explore.tsx b/client/Explore.tsx
index d6e9f55..3839339 100644
--- a/client/Explore.tsx
+++ b/client/Explore.tsx
@@ -23,7 +23,7 @@ const Home = () => {
textDecoration: 'none',
}}
>
- CSS Layout
+ .home
{
fontWeight: 300,
lineHeight: 1.5,
margin: 0,
- padding: '32px 0 0 0',
+ padding: '32px 0',
textAlign: 'center',
}}
>
diff --git a/client/components/CoverCard.tsx b/client/components/CoverCard.tsx
index c6bef92..b358a41 100644
--- a/client/components/CoverCard.tsx
+++ b/client/components/CoverCard.tsx
@@ -26,11 +26,11 @@ const CoverCard: React.FC
= ({ pattern }) => {
{pattern}
diff --git a/client/layouts/DetailsLayout.tsx b/client/layouts/DetailsLayout.tsx
index bae7ebc..1949902 100644
--- a/client/layouts/DetailsLayout.tsx
+++ b/client/layouts/DetailsLayout.tsx
@@ -13,12 +13,64 @@ const DetailsLayout: React.FC = ({ title, children }) => {
return (
-
-
CSS Layout
+
+
+ .home
+
+
~
+
+ .explore
+
-
-
{title}
-
+
+
+ {title}
+
{children}