Update thumbnail CSS in generateSite.js to improve visual presentation by adjusting the transform scale from 1.1 to 0.95, enhancing the loading experience and overall aesthetics of the site.
This commit is contained in:
parent
c9a57027a6
commit
3920a68c6e
@ -69,7 +69,7 @@ async function generateSite() {
|
||||
}
|
||||
.thumbnail {
|
||||
filter: blur(10px);
|
||||
transform: scale(1.1);
|
||||
transform: scale(.95);
|
||||
opacity: 1;
|
||||
}
|
||||
.full-image {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user