colorTheme toggle done.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user