first commit
This commit is contained in:
20
assets/scss/album/child.scss
Normal file
20
assets/scss/album/child.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
$ImageWidth: 260px;
|
||||
$ImageHeight: 180px;
|
||||
|
||||
$BDRadius: 15px;
|
||||
|
||||
|
||||
|
||||
.my_album_child {
|
||||
|
||||
|
||||
img {
|
||||
display: block;
|
||||
border-radius: $BDRadius;
|
||||
width: $ImageWidth;
|
||||
height: $ImageHeight;
|
||||
object-fit: cover;
|
||||
box-shadow: $BorderShadow;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user