Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Feb 24, 2024
1 parent 3d0a8a5 commit 6559860
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
4 changes: 4 additions & 0 deletions src/patterns/ScreenHeroContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ export default function ScreenHeroContainer({
xs: "1rem",
md: "2.5rem",
},
paddingBottom: {
xs: "4rem",
md: "6rem",
},
}}
>
<Box
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,15 @@ export default function FirstContentSection() {
lineHeight: "180%",
backgroundColor: {
xs: "rgba(0, 0, 0, 0.5)",
md: "transparent",
md: "#080F1B",
},
width: {
xs: "275px",
md: "auto",
},
width: "275px",
borderRadius: "1000px",
paddingVertical: "9px",
paddingHorizontal: "20px",
}}
i18nKey="SCREEN_HERO_CONTAINER.PRE_TITLE"
/>
Expand Down Expand Up @@ -155,6 +159,7 @@ export default function FirstContentSection() {
fontFamily: "'Inter', sans-serif",
fontSize: "1rem",
color: "#8992a1",
lineHeight: "1.8",
marginBottom: "2.5em",
width: {
xs: "240px",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export default function SecondContentSection() {
md: "0",
},
paddingHorizontal: {
xs: "1.875rem",
xs: "0",
md: "1.875rem",
},
alignItems: {
xs: "center",
Expand Down Expand Up @@ -86,11 +87,11 @@ export default function SecondContentSection() {
lineHeight: "180%",
backgroundColor: {
xs: "rgba(0, 0, 0, 0.5)",
md: "transparent",
md: "#080F1B",
},
width: "275px",
borderRadius: "1000px",
paddingVertical: "9px",
paddingHorizontal: "20px",
}}
i18nKey="SCREEN_HERO_CONTAINER.PRE_TITLE"
/>
Expand Down Expand Up @@ -126,6 +127,7 @@ export default function SecondContentSection() {
fontSize: "1rem",
color: "#8992a1",
marginBottom: "2.5em",
lineHeight: "1.8",
width: {
xs: "240px",
md: "auto",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export function ThirdContentSection() {
styleSheet={{
alignItems: "center",
justifyContent: "center",
paddingHorizontal: "20px",
maxWidth: "80rem",
width: "100%",
margin: "0 auto",
Expand Down Expand Up @@ -138,6 +139,10 @@ export function ThirdContentSection() {
fontSize: "16px",
lineHeight: "180%",
color: "#8992A1",
textAlign: {
xs: "center",
md: "left",
},
}}
i18nKey="7DAYSOFCODE.DESCRIPTION"
/>
Expand Down

0 comments on commit 6559860

Please sign in to comment.