diff --git a/src/components/VoiceBars.js b/src/components/VoiceBars.js index 0f3164c..4814ca4 100644 --- a/src/components/VoiceBars.js +++ b/src/components/VoiceBars.js @@ -2,7 +2,7 @@ import React from "react"; function VoiceBars() { return ( -
+
diff --git a/src/plugins/GenericPageWithIcon.js b/src/plugins/GenericPageWithIcon.js index 308571e..b890a4b 100644 --- a/src/plugins/GenericPageWithIcon.js +++ b/src/plugins/GenericPageWithIcon.js @@ -12,10 +12,13 @@ function GenericPageWithIcon(props) { direction="column" alignContent="center" height="95vh" + style={{ + padding: "0 3em", + }} > {props.icon} {props.title} - {props.description} + {props.description}