Skip to content
Snippets Groups Projects
Commit 0b93949f authored by Andris Borbás's avatar Andris Borbás
Browse files

fix image roundness

parent e947c089
Branches
No related tags found
1 merge request!3CI
Pipeline #5742 passed with warnings
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
...@@ -78,17 +78,17 @@ body { ...@@ -78,17 +78,17 @@ body {
/* line-height: 0; */ /* line-height: 0; */
} }
.work-gallery > figure { .work-gallery figure {
-webkit-column-break-inside: avoid; -webkit-column-break-inside: avoid;
page-break-inside: avoid; page-break-inside: avoid;
break-inside: avoid; break-inside: avoid;
} }
.work-gallery > figure > img { .work-gallery img {
@apply rounded-t-lg; @apply rounded-t-lg;
} }
.work-gallery > figure > figcaption { .work-gallery figcaption {
@apply rounded-b-lg; @apply rounded-b-lg;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment