Browse Source

Center background image component

master
Andrew Kingston 6 years ago
parent
commit
e7f4b9c241
  1. 2
      packages/standard-components/src/BackgroundImage.svelte

2
packages/standard-components/src/BackgroundImage.svelte

@ -23,6 +23,6 @@
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
background-position: center center;
}
</style>

Loading…
Cancel
Save