diff --git a/src/App.css b/src/App.css index 396a1902..c591bb07 100644 --- a/src/App.css +++ b/src/App.css @@ -5,6 +5,14 @@ font-family: "Montserrat", sans-serif; } +html { + scroll-behavior: smooth; +} + .placeholder-text { @apply bg-primaryGreen rounded-2xl p-3 text-xs placeholder:text-[#4C4949]; } + +.mb-0{ + margin-bottom: 0; +} \ No newline at end of file diff --git a/src/components/AboutUs-section/AboutUs-section.css b/src/components/AboutUs-section/AboutUs-section.css index 54707c5a..da76aa1e 100644 --- a/src/components/AboutUs-section/AboutUs-section.css +++ b/src/components/AboutUs-section/AboutUs-section.css @@ -28,6 +28,10 @@ line-height: 28.38px; } +#AboutUs { +margin-bottom: 5rem; +} + @media (max-width:768px) { .aboutUs-section .row .paragraph { max-width: 550px; diff --git a/src/components/AboutUs-section/AboutUs.jsx b/src/components/AboutUs-section/AboutUs.jsx index 459775ac..0143fe28 100644 --- a/src/components/AboutUs-section/AboutUs.jsx +++ b/src/components/AboutUs-section/AboutUs.jsx @@ -2,7 +2,8 @@ import rentBoardImg from "../.././assets/Images/rent-board.png"; import "./AboutUs-section.css"; const AboutUs = () => { return ( -
Rentalog is the ultimate solution for landlords looking to simplify their rent management process. Keep track of your renters personal details, their payment history, and much more with ease.
diff --git a/src/components/Header-section/Navbar.jsx b/src/components/Header-section/Navbar.jsx index c176017a..1b5b4e98 100644 --- a/src/components/Header-section/Navbar.jsx +++ b/src/components/Header-section/Navbar.jsx @@ -56,10 +56,10 @@ const Navbar = () => {