Browse Source

Increase background image placeholder style

pull/1834/head
Andrew Kingston 5 years ago
parent
commit
89ca482003
  1. 2
      packages/standard-components/src/BackgroundImage.svelte

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

@ -52,6 +52,6 @@
display: grid;
place-items: center;
height: 75px;
width: 150px;
width: 300px;
}
</style>

Loading…
Cancel
Save