mirror of
https://github.com/Gabi-Zar/Images-Scrapper-JS.git
synced 2026-04-17 05:36:06 +02:00
Improve UI and store settings in cookies
This commit is contained in:
@@ -168,6 +168,7 @@ body {
|
||||
grid-template-columns: repeat(auto-fill, 150px);
|
||||
gap: 20px;
|
||||
justify-content: center;
|
||||
margin: 25px 0;
|
||||
}
|
||||
|
||||
.image-box {
|
||||
@@ -179,7 +180,7 @@ body {
|
||||
}
|
||||
|
||||
.image-box:hover {
|
||||
transform: scale(3);
|
||||
transform: scale(1.2);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user