Files
medicalalert-web-reloaded/wp/wp-content/themes/medicalalert/src/scss/image-card-grid.scss
Tony Volpe 706f089d5e add theme
2024-06-18 16:47:10 -04:00

13 lines
224 B
SCSS

.image-card-grid-slice-container {
.image-card {
height: 600px;
.image {
img {
width: 100%;
}
}
.title {
color: $blue;
}
}
}