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): align banner image background (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Lusiak authored Jun 25, 2020
1 parent 2684197 commit d9d1e26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/default-theme/cms/blocks/CmsBlockTextOnImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ export default {

<style lang="scss" scoped>
.cms-block-text-on-image {
background-position: center;
background-size: cover;
&__content {
padding: var(--spacer-xl);
padding: var(--spacer-2xl) var(--spacer-xl);
}
}
</style>

1 comment on commit d9d1e26

@vercel
Copy link

@vercel vercel bot commented on d9d1e26 Jun 25, 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.