Skip to content

Commit

Permalink
style: review
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Apr 20, 2023
1 parent 22013a1 commit 23be2c7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 5 additions & 0 deletions src/components/Hero/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@

.actions {
display: flex;
flex-direction: column-reverse;
gap: 1rem;

@media screen and (min-width: 768px) {
flex-direction: row;
}
}
7 changes: 2 additions & 5 deletions src/components/Outro/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ import Start from "@site/src/components/Start";
export default function Outro(): JSX.Element {
return (
<div className={styles.outro}>
<p className={`${styles.sub} ${styles.ease}`}>
Develop your next decentralized app with{" "}
<span className={styles.bold}>ease</span>.
</p>
<p className={`${styles.sub} ${styles.time}`}>
Launch it in <span className={styles.bold}>no time</span>.
Develop your next decentralized app in{" "}
<span className={styles.bold}>no time</span>.
</p>

<Start />
Expand Down
6 changes: 1 addition & 5 deletions src/components/Outro/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@
font-size: var(--ifm-h3-font-size);
}

.ease {
max-width: 78vw;
}

.time {
margin: 0 0 3rem;
margin: 0 0 2rem;
}

.bold {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

.section {
padding: 6rem 2rem 4rem;
padding: 5rem 2rem 4rem;
}

.block {
Expand Down

0 comments on commit 23be2c7

Please sign in to comment.