mirror of https://github.com/logos-co/open-law.git
issue mobile: add home page title and description #196
This commit is contained in:
parent
dcef963071
commit
f84d27c0c6
|
@ -11,9 +11,9 @@
|
|||
<svg class="w-6 h-6" aria-hidden="true" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path clip-rule="evenodd" fill-rule="evenodd" d="M2 4.75A.75.75 0 012.75 4h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 4.75zm0 10.5a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5a.75.75 0 01-.75-.75zM2 10a.75.75 0 01.75-.75h14.5a.75.75 0 010 1.5H2.75A.75.75 0 012 10z"></path> </svg>
|
||||
</button>
|
||||
<!-- prettier-ignore -->
|
||||
<a href="/" class="flex ml-32 md:ml-2 md:mr-24">
|
||||
<a href="/" class="flex ml-[25%] md:ml-2 md:mr-24">
|
||||
<img src="{{url_for('static',filename='img/logo.svg')}}" class="h-8 md:mr-3" alt="OpenLaw Logo" />
|
||||
<span class="hidden md:inline-block self-center text-xl font-semibold sm:text-2xl whitespace-nowrap dark:text-white" >
|
||||
<span class="inline-block ml-2 self-center text-xl font-semibold sm:text-2xl whitespace-nowrap dark:text-white" >
|
||||
Open Law
|
||||
</span >
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue