mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
docs: improve intro sentence
This commit is contained in:
@@ -15,6 +15,20 @@ details summary {
|
||||
}
|
||||
|
||||
.VPHomeHero .image-src {
|
||||
max-width: 180px !important;
|
||||
max-height: 180px !important;
|
||||
max-width: 112px;
|
||||
max-height: 112px;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
.VPHomeHero .image-src {
|
||||
max-width: 144px;
|
||||
max-height: 144px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width:960px) {
|
||||
.VPHomeHero .image-src {
|
||||
max-width: 176px;
|
||||
max-height: 176px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user