We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749bcf3 commit be0331aCopy full SHA for be0331a
1 file changed
css/style.css
@@ -288,12 +288,16 @@ section {
288
.project-image-wrap {
289
aspect-ratio: 16/9;
290
background: var(--bg-soft);
291
+ padding: 1rem 1.25rem;
292
+ display: flex;
293
+ align-items: center;
294
+ justify-content: center;
295
}
296
297
.project-image {
298
width: 100%;
299
height: 100%;
- object-fit: cover;
300
+ object-fit: contain;
301
302
303
.project-tech {
0 commit comments