From b376fdc08e5a70f21c13cab18d97e847422ec54d Mon Sep 17 00:00:00 2001 From: akshat2jain Date: Tue, 12 Dec 2023 22:00:07 +0530 Subject: [PATCH] added some styling --- client/src/App.css | 3 --- client/src/componetnts/Navbar.jsx | 8 ++++---- client/src/index.css | 4 +++- client/src/pages/Booking.jsx | 7 ++++--- client/tailwind.config.js | 6 +++++- 5 files changed, 16 insertions(+), 12 deletions(-) diff --git a/client/src/App.css b/client/src/App.css index b5c61c9..e69de29 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -1,3 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; diff --git a/client/src/componetnts/Navbar.jsx b/client/src/componetnts/Navbar.jsx index 0dd1a56..5a8fc02 100644 --- a/client/src/componetnts/Navbar.jsx +++ b/client/src/componetnts/Navbar.jsx @@ -37,7 +37,7 @@ const Navbar = () => { {token ? ( <>
-

+

Please Don't Refresh the Page!!

@@ -45,9 +45,9 @@ const Navbar = () => { ) : ( <>
- +
diff --git a/client/tailwind.config.js b/client/tailwind.config.js index 5a66654..0da7ffa 100644 --- a/client/tailwind.config.js +++ b/client/tailwind.config.js @@ -4,7 +4,11 @@ module.exports = { "./src/**/*.{js,jsx,ts,tsx}", ], theme: { - extend: {}, + extend: { + fontFamily: { + roboto: ['Roboto Slab', 'serif'], + } + }, }, plugins: [], } \ No newline at end of file