Skip to content

Commit

Permalink
styles: adjust title wrapper width
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Nov 6, 2024
1 parent b390d92 commit 320e690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Wallet/VerticalStack/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const GridItem = ({ image, title, text }: Partial<BaseBlock>): ReactEleme

const VerticalStack = ({ title, video, items = [] }: BaseBlock & { video: VideoEmbed }) => (
<Container className={layoutCss.containerShort}>
<Grid container spacing="40px" justifyContent="flex-end">
<Grid container spacing="40px" justifyContent="space-between">
<Grid item md={6} className={css.titleWrapper}>
{video && (
<video autoPlay muted playsInline loop className={css.video}>
Expand Down
2 changes: 1 addition & 1 deletion src/content/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
},
{
"component": "Wallet/VerticalStack",
"title": "Security built on <b>open-source</b> principles",
"title": "Security built on<br/><b>open-source</b> principles",
"video": {
"sources": [
{ "src": "/videos/Home/safe-code-hevc.mov", "type": "video/quicktime; codecs=hvc1" },
Expand Down

0 comments on commit 320e690

Please sign in to comment.