diff --git a/app/webring/page.tsx b/app/webring/page.tsx deleted file mode 100644 index 900d7ce..0000000 --- a/app/webring/page.tsx +++ /dev/null @@ -1,29 +0,0 @@ -import InfoBar from "~/components/InfoBar/" - -export default function Webring() { - return ( - - <> -

- Webring -

-
- - Because we have many good friends - -

- This site is part of the umbreon.online webring, which is run by one of our partners. -

-

- You can find more information about this at the website{' '} - webring.umbreon.online, - or you can visit our immediate neighbor sites here: -

-
- <- Previous - Next -> -
-
- - ) -} diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index f18c60d..3ea7990 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -2,7 +2,11 @@ export default function Footer() { return ( ) diff --git a/components/layout/Header.tsx b/components/layout/Header.tsx index 6fa16ff..5e589c9 100644 --- a/components/layout/Header.tsx +++ b/components/layout/Header.tsx @@ -22,7 +22,7 @@ export default function Title() { about {/* posts */} contact - webring + code
*:not(:first-child) { margin-left: calc(2 * var(--text-padding)); } +footer span a { + margin: 8px; +} + @media (max-width: 600px) { footer { box-sizing: initial; - flex: initial; - flex-wrap: wrap; + flex-direction: column; height: 60px; align-items:center; justify-content:center; margin: 8px 0; padding: 0; + height: auto; + flex: initial; } - footer span { + footer > * { display: block; - min-width: 100%; text-align: center; } + + footer span:first-child{ + flex: 0; + } }