We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfd205 commit c16d71cCopy full SHA for c16d71c
style.css
@@ -2948,6 +2948,25 @@ iframe {
2948
.project .image-tile {
2949
margin: 0;
2950
}
2951
+.project:not( .masonry-item ) .image-tile {
2952
+ background-position: center;
2953
+ background-repeat: no-repeat;
2954
+ background-size: cover;
2955
+ height: 100%;
2956
+ width: 100%;
2957
+ position: absolute;
2958
+ top: 0;
2959
+ left: 0;
2960
+}
2961
+.project:not( .masonry-item ) .image-tile a {
2962
+ display: block;
2963
2964
2965
2966
+.project:not( .masonry-item ) {
2967
+ padding-bottom: 25%;
2968
+ position: relative;
2969
2970
2971
/*!---------- 21. FOOTER ----------*/
2972
0 commit comments