From 7f2d8af1f0ec17e381328aa0b13b8651f1d9deb8 Mon Sep 17 00:00:00 2001 From: suu3 Date: Fri, 1 Mar 2024 05:07:47 +0900 Subject: [PATCH] [style] mobile --- src/components/@core/layout.tsx | 5 ++--- src/components/@layout/navigation.module.css | 3 ++- src/components/@layout/navigation.tsx | 2 +- src/styles/global.css | 2 +- src/templates/blog-post.module.css | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/@core/layout.tsx b/src/components/@core/layout.tsx index 0d014be0..bbf48b5e 100644 --- a/src/components/@core/layout.tsx +++ b/src/components/@core/layout.tsx @@ -8,10 +8,9 @@ const Layout = ({ location, children }) => { return ( <> +
-
- -
+
{children}