Skip to content

Commit

Permalink
fixing animated logos position on large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricius Seifert committed Jun 17, 2024
1 parent aac3a98 commit 083522f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/content/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import qwikLogo from "../../../public/images/tech/qwik.svg";
</h1>
<p>
The Tractor Store is a template to experiment with micro frontend
architectures. The idea is similar to <a href="https://todomvc.com"
>TodoMVC</a
> or <a href="https://tastejs.com/movies/">Movies</a>. Build the same
architectures. The idea is similar to <a href="https://todomvc.com">
TodoMVC
</a> or <a href="https://tastejs.com/movies/">Movies</a>. Build the same
application, but with different technologies and integration techniques
</p>
</div>
Expand Down Expand Up @@ -111,6 +111,7 @@ import qwikLogo from "../../../public/images/tech/qwik.svg";
filter: drop-shadow(-30px -10px 100px rgba(255, 90, 85, 0.33));
}
transform: translateZ(0);
width: 100%;
}

.logos {
Expand Down

0 comments on commit 083522f

Please sign in to comment.