Skip to content

Commit

Permalink
- logos' positioning (#68)
Browse files Browse the repository at this point in the history
logos' positioning
  • Loading branch information
AleksandraKozubal authored Aug 29, 2024
1 parent 454a646 commit cc18e68
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,22 +412,20 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
>
<div class="grid items-center gap-16 lg:grid-cols-4">
<div class="flex flex-col lg:flex-col-reverse">
<div
class="flex justify-start pb-5 pt-0 lg:justify-center lg:pb-0 lg:pt-6"
>
<p
class="rounded-md bg-violet-700 px-5 py-1 text-center text-white lg:w-[140px] lg:bg-slate-900 lg:py-0"
>
<div class="flex justify-start pb-5 pt-0 lg:justify-center lg:pb-0 lg:pt-6">
<p class="rounded-md bg-violet-700 px-5 py-1 text-center text-white lg:w-[140px] lg:bg-slate-900 lg:py-0">
Organizator
</p>
</div>
<a href="https://blumilk.pl/" target="_blank" class="lg:mx-auto">
<img
src="./images/blumilk-white.png"
alt="Blumilk sp. z o.o."
class="h-[71px]"
/>
</a>
<div class="flex items-center lg:mx-auto h-[120px]">
<a href="https://blumilk.pl/" target="_blank">
<img
src="./images/blumilk-white.png"
alt="Blumilk sp. z o.o."
class="h-[71px]"
/>
</a>
</div>
</div>
<template x-for="patron in meetup.patrons">
<div class="mr-auto flex flex-col lg:m-auto lg:flex-col-reverse">
Expand All @@ -436,12 +434,12 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
Patronat
</p>
</div>
<div class="w-[215px]">
<div class="flex w-[215px] h-[120px] items-center justify-center">
<a :href="patron.website" target="_blank">
<img
:src="patron.logoUrl"
:alt="patron.name"
class="max-h-[120px] mx-auto"
class="max-h-[120px]"
/>
</a>
</div>
Expand Down

0 comments on commit cc18e68

Please sign in to comment.