1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-27 14:28:53 +09:00
This commit is contained in:
NoriDev 2024-10-03 12:23:44 +09:00
parent b8b0cf0f19
commit 54b3cc2bcc

View File

@ -132,7 +132,9 @@ onUnmounted(() => {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
font-size: 1.45em;
color: #fff;
opacity: .9;
}
@container (max-width: 785px) {
@ -151,5 +153,11 @@ onUnmounted(() => {
.img {
height: 145px;
}
.multiple {
top: 7px;
right: 7px;
font-size: 1.3em;
}
}
</style>