13 lines
224 B
SCSS
13 lines
224 B
SCSS
.image-card-grid-slice-container {
|
|
.image-card {
|
|
height: 600px;
|
|
.image {
|
|
img {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.title {
|
|
color: $blue;
|
|
}
|
|
}
|
|
} |