diff --git a/client/src/components/AdminSignIn/AdminSignIn.jsx b/client/src/components/AdminSignIn/AdminSignIn.jsx index b21e071..9376ee3 100644 --- a/client/src/components/AdminSignIn/AdminSignIn.jsx +++ b/client/src/components/AdminSignIn/AdminSignIn.jsx @@ -34,7 +34,11 @@ const AdminSignIn = () => {

+ +
+
+
diff --git a/client/src/components/Home/Home.css b/client/src/components/Home/Home.css index cc8c3f8..7c3b1bb 100644 --- a/client/src/components/Home/Home.css +++ b/client/src/components/Home/Home.css @@ -389,9 +389,9 @@ textarea{ padding: 12px; } - /* .premiering-movies{ - display: wrap; - flex-wrap: wrap; - } */ + .premiering-movies{ + display: flex; + flex-direction: column; + } } diff --git a/client/src/components/Register/Register.jsx b/client/src/components/Register/Register.jsx index eb0a315..45c6288 100644 --- a/client/src/components/Register/Register.jsx +++ b/client/src/components/Register/Register.jsx @@ -29,6 +29,7 @@ const Register = () => {
+

Register

diff --git a/client/src/components/SignIn/Signin.jsx b/client/src/components/SignIn/Signin.jsx index 518b2c4..302a5ed 100644 --- a/client/src/components/SignIn/Signin.jsx +++ b/client/src/components/SignIn/Signin.jsx @@ -28,6 +28,7 @@ const SignIn = () => {
+

Sign In

diff --git a/client/src/pages/Admin/Admin_Layout.jsx b/client/src/pages/Admin/Admin_Layout.jsx index fd980c9..c403889 100644 --- a/client/src/pages/Admin/Admin_Layout.jsx +++ b/client/src/pages/Admin/Admin_Layout.jsx @@ -13,7 +13,7 @@ function Admin_Layout() {
Admin
- Amitha Gamagedara + Jhon Doe
diff --git a/client/src/pages/Profile/Profile-Edit.jsx b/client/src/pages/Profile/Profile-Edit.jsx index c45d0c8..1714e1d 100644 --- a/client/src/pages/Profile/Profile-Edit.jsx +++ b/client/src/pages/Profile/Profile-Edit.jsx @@ -5,19 +5,20 @@ function Profile() {
+

Edit Profile

- - + +

- +
- +
diff --git a/client/src/pages/Profile/Profile.jsx b/client/src/pages/Profile/Profile.jsx index b1cf0e1..12aa41a 100644 --- a/client/src/pages/Profile/Profile.jsx +++ b/client/src/pages/Profile/Profile.jsx @@ -24,16 +24,17 @@ function Profile() {
+

Your Profile

- - + +

- +
- +
-
- -
- - -
- - - -
- - - +
-
+ ) }