fix: streamline className formatting in LayoutRegister and LogInPage components
This commit is contained in:
@@ -6,9 +6,7 @@ const about = ["سوالات متداول", "تماس با ما", "درباره
|
||||
function LayoutRegister({ children, matchedCity }) {
|
||||
return (
|
||||
<div
|
||||
className="flex padding-responsive items-center justify-center pt-[32px]
|
||||
overflow-auto flex-col h-screen w-full bg-banner-stroke !bg-bottom !bg-no-repeat !bg-cover
|
||||
!pb-[60px] md:!pb-[60px]"
|
||||
className="flex padding-responsive items-center justify-center pt-[32px] overflow-auto flex-col h-screen w-full bg-banner-stroke !bg-bottom !bg-no-repeat !bg-cover !pb-[60px] md:!pb-[60px]"
|
||||
>
|
||||
<Link href="/">
|
||||
<div className="flex items-center justify-center gap-[5px] sm:mt-0">
|
||||
|
||||
Reference in New Issue
Block a user