diff --git a/src/runboat/webui/runboat-build-element.js b/src/runboat/webui/runboat-build-element.js index 83e755e..e5d9372 100644 --- a/src/runboat/webui/runboat-build-element.js +++ b/src/runboat/webui/runboat-build-element.js @@ -14,10 +14,10 @@ class RunboatBuildElement extends LitElement { static styles = css` .build-card { - padding: 0.5em; width: 15em; - background-color: lightgray; + padding: 0.5em; border-radius: 0.5em; + background-color: lightgray; } .build-name { font-size: x-small; @@ -63,8 +63,8 @@ class RunboatBuildElement extends LitElement { }

- +

`;