Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix(default-theme): pictures on home page have not equal size (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemek Spaczek authored May 28, 2020
1 parent 68d6825 commit b2607c9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions packages/default-theme/cms/blocks/CmsBlockImageSimpleGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,23 @@ export default {
::v-deep.sw-image-simple-grid {
display: flex;
flex-direction: column;
&__left-images {
margin: var(--spacer-sm);
}
&__image {
margin: var(--spacer-sm);
img {
height: 340px;
object-fit: cover;
}
}
@include for-desktop {
flex-direction: row;
justify-content: space-around;
align-items: center;
flex-direction: row;
&__left-images {
display: flex;
flex-direction: column;
margin: var(--spacer-sm);
}
&__image {
margin: var(--spacer-sm);
&--right {
img {
height: 712px;
Expand Down

1 comment on commit b2607c9

@vercel
Copy link

@vercel vercel bot commented on b2607c9 May 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.