colorTheme toggle done.

This commit is contained in:
yousifpa98
2024-12-22 00:19:37 +01:00
parent b6a5b5959d
commit 53c1b3c98a
7 changed files with 309 additions and 42 deletions

View File

@@ -10,8 +10,24 @@
justify-content: center;
}
.imgs img:first-child {
border-radius: 8px 0 0 8px;
}
.imgs img:last-child {
border-radius: 0 8px 8px 0;
}
.imgs img {
height: 55%;
object-fit: contain;
}
.img img {
width: 100%;
border-radius: 8px;
height: 55%;
object-fit: contain;
}
.img img,