Skip to content

Commit 08d1ba7

Browse files
authored
Update Loginsignin.css
1 parent b5c7222 commit 08d1ba7

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/Components/LoginAndSignIn/Loginsignin.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,17 @@
9797

9898
.links p:hover {
9999
text-decoration: underline;
100-
}
100+
}
101+
102+
media (max-width: 900px) {
103+
.loginandsignin {
104+
display: flex;
105+
flex-direction: column;
106+
align-items: center;
107+
justify-content: center;
108+
}
109+
.login--header {
110+
display: none;
111+
}
112+
}
113+

0 commit comments

Comments
 (0)