aboutsummaryrefslogtreecommitdiffstats
path: root/components/sectionTitle.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/sectionTitle.js')
-rw-r--r--components/sectionTitle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/sectionTitle.js b/components/sectionTitle.js
index cdf9ae6..2bc0754 100644
--- a/components/sectionTitle.js
+++ b/components/sectionTitle.js
@@ -4,7 +4,7 @@ import Container from "./container";
const SectionTitle = (props) => {
return (
<Container
- className={`flex w-full flex-col mt-4 ${
+ className={`flex w-full flex-col ${
props.align === "left" ? "" : "items-center justify-center text-center"
}`}>
{props.pretitle && (