mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
mobile changes
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
@auth
|
@auth
|
||||||
<div></div>
|
<div></div>
|
||||||
@else
|
@else
|
||||||
<div class="inline-flex items-center ml-5 text-lg space-x-6 lg:justify-end">
|
<div class="inline-flex items-center ml-5 my-2 text-lg space-x-6 lg:justify-end">
|
||||||
<a href="{{ route('login') }}"
|
<a href="{{ route('login') }}"
|
||||||
class="text-base font-medium leading-6 text-gray-400 hover:text-gray-300 whitespace-no-wrap transition duration-150 ease-in-out">
|
class="text-base font-medium leading-6 text-gray-400 hover:text-gray-300 whitespace-no-wrap transition duration-150 ease-in-out">
|
||||||
Login
|
Login
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<p class="text-gray-400 font-normal mt-4">{{-- TEXT --}}</p>
|
<p class="text-gray-400 font-normal mt-4">{{-- TEXT --}}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full lg:w-1/2 relative lg:mt-0 mt-20 flex items-center justify-center">
|
<div class="hidden lg:inline-flex lg:w-full lg:w-1/2 relative lg:mt-0 mt-20 flex items-center justify-center">
|
||||||
{{--<img src="https://cdn.devdojo.com/images/march2022/mesh-gradient1.png"
|
{{--<img src="https://cdn.devdojo.com/images/march2022/mesh-gradient1.png"
|
||||||
class="absolute lg:max-w-none max-w-3xl mx-auto mt-32 w-full h-full inset-0">--}}
|
class="absolute lg:max-w-none max-w-3xl mx-auto mt-32 w-full h-full inset-0">--}}
|
||||||
<img src="{{ asset('img/btc-logo-6219386_1280.png') }}"
|
<img src="{{ asset('img/btc-logo-6219386_1280.png') }}"
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{-- FOOTER --}}
|
{{-- FOOTER --}}
|
||||||
<section class="absolute bottom-0 py-10 bg-gray-900 w-full">
|
<section class="sticky bottom-0 py-10 bg-gray-900 w-full">
|
||||||
<div class="px-10 mx-auto max-w-7xl">
|
<div class="px-10 mx-auto max-w-7xl">
|
||||||
<div class="flex flex-col items-center md:flex-row md:justify-between">
|
<div class="flex flex-col items-center md:flex-row md:justify-between">
|
||||||
<a href="#_">
|
<a href="#_">
|
||||||
|
|||||||
Reference in New Issue
Block a user