Skip to content
This repository was archived by the owner on Feb 5, 2023. It is now read-only.

Commit dffe30d

Browse files
Update login.css
1 parent 75c1837 commit dffe30d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/templates/login.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ body{
2525
box-shadow: 10px 10px 15px rgba(0,0,0,0.05);
2626
}
2727

28+
@media all and (max-width: 400px){
29+
.center{
30+
width: 100vw;
31+
border-radius: 0;
32+
}
33+
}
34+
2835
.center h1{
2936
text-align: center;
3037
padding: 20px 0;
@@ -102,4 +109,4 @@ input[type="submit"]{
102109
input[type="submit"]:hover{
103110
border-color: #2691d9;
104111
transition: .5s;
105-
}
112+
}

0 commit comments

Comments
 (0)