Skip to content

Commit

Permalink
SWED-2249 content playbook update
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Oct 12, 2023
1 parent dc729cd commit 2afb792
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/App/Playbook/content/DesignVision/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const VisionBoard = () => (
<h2 id="vision-board">Vision board</h2>
<p>Scalable Growing the product portfolio of Swedbank Pay.</p>

<div className="d-flex flex-column align-items-center">
<div className="d-flex">
<video
playsInline
autoPlay
Expand All @@ -56,7 +56,7 @@ const VisionBoard = () => (
width={710}
height={437}
poster={`${basename}img/documentation/playbook/playbook-design-vision-vision-board.avif`}
className="px-3"
className="w-100 h-auto"
>
<source
src={`${basename}img/documentation/playbook/playbook-design-vision-vision-board-av1.mp4`}
Expand Down Expand Up @@ -142,7 +142,7 @@ const BoldTypography = () => (

<div className="container px-sm-0 playbook">
<div
className="row ratio-responsive-row d-flex justify-content-between mx-0"
className="row ratio-responsive-row justify-content-between mx-0"
style={{ "--row-height": 163, "--row-width": 702 }}
>
<div className="col-sm px-0">
Expand Down
2 changes: 1 addition & 1 deletion src/App/Playbook/content/Playbook/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const WhyNeedPlaybook = () => (
<h2 id="why-need-playbook">Why do we need a Playbook?</h2>
<p>
We’ve created this playbook so that every interface and element will tell
a part of our story. Whether you're designing a new interface or crafting
a part of our story. Whether youre designing a new interface or crafting
a digital campaign, let it be your guide to creating experiences that
resonate.
</p>
Expand Down
2 changes: 0 additions & 2 deletions src/App/Playbook/content/Profiles/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,3 @@ const Profiles = () => (
);

export default Profiles;

export {};

0 comments on commit 2afb792

Please sign in to comment.