feat(style): improve style for header and image

This commit is contained in:
Dillon
2020-03-09 22:19:14 +08:00
parent 9b4f4df6a5
commit 26727fd193
7 changed files with 22 additions and 14 deletions

View File

@@ -168,7 +168,7 @@
}
img {
max-width: 96%;
max-width: 100%;
min-height: 1.2rem;
}
@@ -192,11 +192,6 @@
height: auto;
margin: 0 auto;
overflow: hidden;
transition: all 0.2s ease-in-out;
}
a.lightgallery:hover img {
transform: scale(1.02);
}
}