Skip to content

Commit

Permalink
Update ecosystem logo alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Dec 23, 2023
1 parent 6993eb7 commit 54f7432
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/hero.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
.hero {
display: flex;
align-items: center;
}

.hero__logo {
width: clamp(80px, 30vw, 256px);
height: clamp(80px, 30vw, 256px);
margin-right: 64px;
margin-right: 72px;
position: relative;
}

Expand All @@ -15,7 +16,7 @@
font-weight: 500;
padding: 0;
margin: 0;
margin-bottom: 8px;
margin-top: 24px;
}

.hero__subheader {
Expand All @@ -27,10 +28,9 @@
margin: 0;
}

@media screen and (max-width: 900px) {
@media screen and (max-width: 1024px) {
.hero {
flex-direction: column;
align-items: center;
text-align: center;
}

Expand Down

0 comments on commit 54f7432

Please sign in to comment.