ui fixes
This commit is contained in:
parent
cd59051ba4
commit
16341a2d7a
@ -393,8 +393,8 @@ $: {
|
|||||||
<svg class="w-8 h-8 rotate-180 transition-transform duration-300 ease-in-out cusor-pointer text-slate-300 fill-current inline-block" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" ><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill="#BEC8D3" d="M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"></path></g></svg>
|
<svg class="w-8 h-8 rotate-180 transition-transform duration-300 ease-in-out cusor-pointer text-slate-300 fill-current inline-block" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" ><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill="#BEC8D3" d="M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"></path></g></svg>
|
||||||
{/if}
|
{/if}
|
||||||
</label>
|
</label>
|
||||||
<a href="/" class="flex flex-row items-center ml-1">
|
<a href="/" class="flex flex-row items-center ml-2">
|
||||||
<div class="flex justify-center items-center text-xl font-medium mr-auto ml-2">
|
<div class="flex justify-center items-center text-lg sm:text-xl font-medium mr-auto">
|
||||||
<span class="self-center text-gray-200 font-semibold whitespace-nowrap">Stocknear</span>
|
<span class="self-center text-gray-200 font-semibold whitespace-nowrap">Stocknear</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -194,8 +194,8 @@ $: {
|
|||||||
|
|
||||||
|
|
||||||
<div id="step-aistockfinder" class="flex flex-row justify-center items-center">
|
<div id="step-aistockfinder" class="flex flex-row justify-center items-center">
|
||||||
<h1 class="text-4xl sm:text-5xl text-white font-bold mb-6 w-full">
|
<h1 class="text-3xl sm:text-5xl text-white font-bold mb-6 w-full">
|
||||||
Open Source Stock Analysis Platform to beat the Hedgies
|
Open Source Stock Analysis Platform
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -230,7 +230,7 @@ $: {
|
|||||||
|
|
||||||
<!-- Ticker Logos -->
|
<!-- Ticker Logos -->
|
||||||
{#if active?.length !== 0}
|
{#if active?.length !== 0}
|
||||||
<div class="w-auto m-auto flex flex-row items-center justify-center mt-6 text-lg">
|
<div class="w-auto m-auto flex flex-row items-center justify-center mt-6 text-[1rem] sm:text-lg">
|
||||||
<span class="text-center text-slate-100">
|
<span class="text-center text-slate-100">
|
||||||
Trending:
|
Trending:
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user