Skip to content

Commit

Permalink
Circles
Browse files Browse the repository at this point in the history
  • Loading branch information
taniarascia committed Jul 3, 2022
1 parent 4d2128e commit 8078f51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Index({ data }) {
This is my digital garden. 🌱
</p>
</Hero>
<div>
<div className="decoration">
<div className="circles">
<div className="circle rainbow-1" />
<div className="circle rainbow-2" />
Expand Down
6 changes: 5 additions & 1 deletion src/styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ main {
.hero-container {
display: flex;
align-items: center;
gap: 1rem;
gap: 3rem;
}
}

.decoration {
width: 60%;
}

.hero {
padding: 1.5rem 0 0;
position: relative;
Expand Down

0 comments on commit 8078f51

Please sign in to comment.