fix: build svg 404

This commit is contained in:
xiaoxian521
2021-11-06 20:39:29 +08:00
parent 3a1f28667b
commit a7ca161271
9 changed files with 47 additions and 15 deletions

View File

@@ -36,7 +36,8 @@
}
.avatar {
width: 100px;
width: 350px;
height: 80px;
}
.login-form h2 {
@@ -200,6 +201,11 @@ a:hover {
.img img {
width: 360px;
}
.avatar {
width: 280px;
height: 80px;
}
}
@media screen and (max-width: 768px) {