Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 3cef9bb

Browse files
author
vikasrohit
committed
Fixing mobile layout for login page
1 parent d9567b8 commit 3cef9bb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

assets/css/account/account.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
.social-icons {
105105
display: flex;
106106
justify-content: center;
107+
padding: 0px 10px;
107108

108109
p {
109110
color: #A3A3AE;
@@ -196,5 +197,21 @@
196197
.login-container, .register-container, .reset-password-container, .registered-successfully-container {
197198
width: 100%;
198199
margin: 0 auto;
200+
201+
h1 {
202+
width: 100%;
203+
}
204+
205+
form {
206+
margin-left: 10px;
207+
margin-right: 10px;
208+
209+
input[type="text"],
210+
input[type="email"],
211+
toggle-password,
212+
toggle-password-with-tips {
213+
width: 100%;
214+
}
215+
}
199216
}
200217
}

0 commit comments

Comments
 (0)