diff --git a/client/DetailsLayout.jsx b/client/DetailsLayout.jsx index 953912e..2c34b60 100644 --- a/client/DetailsLayout.jsx +++ b/client/DetailsLayout.jsx @@ -7,12 +7,10 @@ const DetailsLayout = ({ name, children }) => { return (
-
- Home -
/
-
{name}
+
+ CSS Layout
- +

{name}

{children}
diff --git a/client/Home.jsx b/client/Home.jsx index f01beaa..d2c7434 100644 --- a/client/Home.jsx +++ b/client/Home.jsx @@ -18,7 +18,7 @@ const Home = () => { return ( c === ' ' ?
- :
{c}
+ :
{c}
); }) } diff --git a/client/layouts/StickyFooter.jsx b/client/layouts/StickyFooter.jsx index c26ed41..8126a5f 100644 --- a/client/layouts/StickyFooter.jsx +++ b/client/layouts/StickyFooter.jsx @@ -11,7 +11,7 @@ const StickyFooter = () => { return (
- The footer is always sticky at the bottom if the main content is short. + The footer always sticks to the bottom if the main content is short.