update image size

This commit is contained in:
2020-11-17 15:24:41 +02:00
parent 52452d4c03
commit b717bab4c9
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 79 KiB

View File

@@ -105,10 +105,10 @@ ul {
flex: 1 1 50%; flex: 1 1 50%;
@apply flex-col; @apply flex-col;
.post-card-image-link { .post-card-image-link {
@apply flex-auto;
@apply relative; @apply relative;
min-height: 380px; min-height: 400px;
@apply mr-6;
} }
.post-card-image { .post-card-image {
@apply absolute; @apply absolute;