Skip to content

Commit

Permalink
info alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricius Seifert committed Jun 6, 2024
1 parent 7bdbb98 commit 6352dc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Info.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
---

<section class="mb-8 c-background">
<div class="max-w-7xl mx-auto px-6 sm:px-8 md:flex">
<div class="md:basis-1/2 relative">
<div class="max-w-7xl mx-auto px-6 sm:px-8 md:flex items-center">
<div class="md:basis-1/2 relative aspect-[1.1]">
<img
src="images/screen1.svg"
typeof="foaf:Image"
Expand Down Expand Up @@ -46,3 +46,5 @@
</div>
</div>
</section>

<style></style>

0 comments on commit 6352dc3

Please sign in to comment.