Remove _gallery.scss

This commit is contained in:
Santiago Lo Coco 2022-02-22 00:32:16 -03:00
parent 8a0acf9d64
commit 770d3dcb35
1 changed files with 0 additions and 41 deletions

View File

@ -1,41 +0,0 @@
figure > img {
display: block;
}
figcaption {
font-size: $small-font-size;
}
.blankbox {
background: $theme-color;
}
.img_row {
/*height: $img-height;*/
width: 100%;
overflow: hidden;
box-sizing:border-box;
}
.col {
width: 100%;
height: 100%;
object-fit: cover;
box-sizing:border-box;
/*padding: $img-spacing;*/
}
.one {
width:33.33%;
}
.two {
width: 66.66%;
}
.three {
width: 100%;
}
.caption {
height: 100%;
color: $caption-color;
text-align: center;
vertical-align: middle;
font-size: $caption-font-size;
}