style(site): spacing
This commit is contained in:
parent
2a60e95a3d
commit
006fd4ba73
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ class FeatureSet extends WebComponent {
|
||||||
border: "1px solid #ccc",
|
border: "1px solid #ccc",
|
||||||
borderRadius: "5px",
|
borderRadius: "5px",
|
||||||
padding: "30px",
|
padding: "30px",
|
||||||
marginBottom: "1em",
|
width: "80%",
|
||||||
|
margin: "0 auto 1em",
|
||||||
};
|
};
|
||||||
Object.keys(articleStyles).forEach((rule) =>
|
Object.keys(articleStyles).forEach((rule) =>
|
||||||
this.articleEl.forEach((el) => (el.style[rule] = articleStyles[rule]))
|
this.articleEl.forEach((el) => (el.style[rule] = articleStyles[rule]))
|
||||||
|
|
Loading…
Reference in a new issue