From c5ff0c9b2d572daf067f632bd6fc8a986f51a600 Mon Sep 17 00:00:00 2001 From: Ezra Chai Date: Wed, 9 Aug 2023 21:20:37 +0800 Subject: [PATCH] added new sitemap --- public/sitemap.xml | 5 +++++ styles/globals.css | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/public/sitemap.xml b/public/sitemap.xml index 22590a6..e3bc09c 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -39,4 +39,9 @@ 2023-04-27T05:43:44+00:00 0.64 + + https://cshomestay.vercel.app/question/how-to-open-the-lock-box + 2023-04-27T05:43:44+00:00 + 0.64 + \ No newline at end of file diff --git a/styles/globals.css b/styles/globals.css index 04ce51a..deaecec 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -35,8 +35,6 @@ a { box-shadow: 0 10px 15px rgba(22, 22, 22, 0.2); border-radius: 30px; overflow: hidden; - /* width: 650px * 1.1; */ - /* height: 400px * 1.1; */ transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1); }