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:
@@ -69,7 +69,7 @@ async function generateSite() {
|
|||||||
}
|
}
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
filter: blur(10px);
|
filter: blur(10px);
|
||||||
transform: scale(1.1);
|
transform: scale(.95);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.full-image {
|
.full-image {
|
||||||
|
|||||||
Reference in New Issue
Block a user