forked from globuzma/mentalaradio
Fix: Width of container on small screens
This commit is contained in:
parent
c7bdedd732
commit
8c836ef181
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
</div>
|
||||
<img class="w-96 -mb-48 md:w-xl md:-mr-56 md:-mt-64 md:-mb-80" src={menthealeauLogo} alt="Logo d'une menthe à l'eau" />
|
||||
</div>
|
||||
<div class="flex flex-row md:items-center gap-2">
|
||||
<div class="flex flex-row md:items-center gap-2 max-w-96 w-full">
|
||||
<div class="p-4 bg-[#f97095] rounded-md border-white border-5 drop-shadow-md flex flex-col gap-4 max-w-96 w-full">
|
||||
<h1 class="font-[Momentz] text-white font-bold text-4xl">Menthe à l'eau</h1>
|
||||
<p class="text-white font-[Inter] font-bold">Créée à l'origine pour être un énorme dump de musique en tout genre. Cette playlist est contre toute attente devenue un énorme dump de musique en tout genre. Enjoy the radio. 📻</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue