override default container center

This commit is contained in:
2023-04-18 13:52:19 +10:00
parent a1a630fc02
commit f7da2c8185

View File

@@ -1,7 +1,7 @@
<template>
<section class="sm-hero">
<div class="sm-hero-background" :style="heroStyles"></div>
<SMContainer>
<SMContainer class="align-items-start">
<div class="sm-hero-content">
<h1>{{ heroTitle }}</h1>
<p>{{ heroExcerpt }}</p>