developping photo kit features
This commit is contained in:
parent
d6c8899396
commit
f0065c1347
15
resources/css/blocks/press-photo-kit.css
Normal file
15
resources/css/blocks/press-photo-kit.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.homegrade-blocks-press-photo-kit {
|
||||
&__photo-grid {
|
||||
@apply grid grid-cols-4 py-12;
|
||||
}
|
||||
&__photo-asset {
|
||||
@apply relative;
|
||||
aspect-ratio: 1/1;
|
||||
img {
|
||||
@apply w-full h-full object-cover rounded-3xl;
|
||||
}
|
||||
.cta--download {
|
||||
@apply absolute bottom-8 right-8;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user