19 lines
276 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|