Fix margins

This commit is contained in:
Thomas Lovén 2018-11-07 09:23:11 +01:00
parent cfc8d2d4db
commit 3acbf0896f

View File

@ -3,6 +3,10 @@ class LayoutCard extends Polymer.Element {
static get template() {
return Polymer.html`
<style>
:host {
padding: 4px 4px 0;
display: block;
}
#columns {
display: flex;
flex-direction: row;
@ -14,9 +18,6 @@ class LayoutCard extends Polymer.Element {
max-width: 500px;
overflow-x: hidden;
}
.column > *:first-child {
margin-top: 0;
}
.column > * {
display: block;
margin: 4px 4px 8px;