sergejbohlender / danieldiabolo

https://danieldiabolo.info/
0 stars 0 forks source link

Buttons alignment in mobile phone ver. #10

Closed danblamar closed 1 month ago

danblamar commented 6 months ago

Layout bug. Screenshot_20240218-183000~2

sergejbohlender commented 6 months ago

needs to be fixed in content file with flex flex-wrap

<div class="flex gap-y-3 gap-x-3 flex-wrap">
{{< button href="https://www.youtube.com/watch?v=3nbcoApNHz4" >}}
{{< icon "youtube" >}} Watch the act
{{< /button >}}
{{< button href="https://www.youtube.com/watch?v=3nbcoApNHz4" >}}
{{< icon "download" >}} Technical rider
{{< /button >}}
</div>
sergejbohlender commented 6 months ago

fixed :-)