diff --git a/components/Profile.js b/components/Profile.js index 4070d64..b1f65d7 100644 --- a/components/Profile.js +++ b/components/Profile.js @@ -3,7 +3,6 @@ import Link from "next/link"; export default function Profile(props) { return (
-

Garrit Franke

Random tips, tricks and thoughts about software

diff --git a/pages/posts/[post].js b/pages/posts/[post].js index 9679858..d191674 100644 --- a/pages/posts/[post].js +++ b/pages/posts/[post].js @@ -121,6 +121,11 @@ export default function BlogTemplate(props) { .blog__footer a svg { width: 20px; } + @media (max-width: 768px) { + .blog__footer { + display: none; + } + } @media (min-width: 768px) { .blog { display: flex; diff --git a/public/me.jpg b/public/me.jpg deleted file mode 100644 index 71f2f2c..0000000 Binary files a/public/me.jpg and /dev/null differ