www.duckland.org/themes/minimage/source/sass/object/project/_archive.scss
2023-02-07 22:52:35 -06:00

19 lines
276 B
SCSS

.p-archive {
.c-post {
min-height: 164px;
display: table;
width: 100%;
height: 100%;
}
.c-post__header {
padding: 0 20px;
&--over-img {
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
}
}
}