Create reusable class for Photo

This commit is contained in:
2021-10-17 22:18:26 +02:00
parent 38006355db
commit 277005c591
4 changed files with 30 additions and 30 deletions

View File

@@ -41,15 +41,13 @@
display: block;
grid-column: 1 / span 17;
@include bp (sm) {
border-radius: 8px;
}
picture {
position: relative;
z-index: 3;
overflow: hidden;
background: $color-primary-tertiary20;
@include bp (sm) {
border-radius: 8px;
}
}
img {
display: block;