diff --git a/src/app/components/Footer.js b/src/app/components/Footer.js index 02c190a..c015073 100644 --- a/src/app/components/Footer.js +++ b/src/app/components/Footer.js @@ -1,17 +1,149 @@ - +import Link from "next/link" export default () => { - {console.clear()} - return ( - - ) + { console.clear() } + return ( + + ) } \ No newline at end of file diff --git a/src/app/components/Nav.js b/src/app/components/Nav.js index be0e1ee..4aac24c 100644 --- a/src/app/components/Nav.js +++ b/src/app/components/Nav.js @@ -23,12 +23,12 @@ export default ({search }) => { -
  • + {/*
  • About
  • Sitemap -
  • + */} {/*
  • SH20RAJ
  • */} diff --git a/src/app/globals.css b/src/app/globals.css index b93fe62..63e2767 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -68,11 +68,11 @@ nav ul { justify-content: flex-end; } -ol { +.postcontainer ol { list-style-type: decimal; margin-left: 20px; } -ul { +.postcontainer ul { list-style-type: circle; margin-left: 20px; }