style(site): feature-set box shadows

This commit is contained in:
Ayo 2023-12-16 11:03:13 +01:00
parent 6ce0db7e71
commit 3b1df66734

View file

@ -50,6 +50,7 @@ class FeatureSet extends WebComponent {
borderRadius: "5px",
padding: "30px",
margin: "0 auto 1em",
boxShadow: "5px 25px 10px -25px rgba(34, 34, 34, 0.15)",
};
Object.keys(articleStyles).forEach((rule) =>
this.articleEl.forEach((el) => (el.style[rule] = articleStyles[rule]))