Change footer layout
This commit is contained in:
parent
ac5416d4a6
commit
547d9fed07
|
@ -12,7 +12,7 @@
|
||||||
lg:pt-10
|
lg:pt-10
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div class="logo mr-10 sm:mr-0 sm:w-2/12 lg:w-3/12 ml:ml-12">
|
<div class="logo mr-10 sm:mr-0 sm:w-2/12 lg:w-3/12">
|
||||||
<a href="/"
|
<a href="/"
|
||||||
><img
|
><img
|
||||||
src="{{ '/assets/img/logo.png' | relative_url }}"
|
src="{{ '/assets/img/logo.png' | relative_url }}"
|
||||||
|
@ -20,22 +20,22 @@
|
||||||
class="w-9 h-11"
|
class="w-9 h-11"
|
||||||
/></a>
|
/></a>
|
||||||
</div>
|
</div>
|
||||||
<p
|
|
||||||
class="
|
|
||||||
hidden
|
|
||||||
ml:inline-block ml:mr-10
|
|
||||||
w-52
|
|
||||||
text-base text-white
|
|
||||||
opacity-75
|
|
||||||
lm:mr-32
|
|
||||||
"
|
|
||||||
>
|
|
||||||
VAC researches peer-to-peer, private, censorship resistant communication
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="flex flex-col xm:flex-row xm:justify-between sm:w-10/12 lg:w-9/12"
|
class="flex flex-col xm:flex-row xm:justify-between sm:w-10/12 lg:w-9/12"
|
||||||
>
|
>
|
||||||
|
<p
|
||||||
|
class="
|
||||||
|
hidden
|
||||||
|
ml:inline-block ml:mr-10
|
||||||
|
w-52
|
||||||
|
text-base text-white
|
||||||
|
opacity-75
|
||||||
|
lm:mr-32
|
||||||
|
"
|
||||||
|
>
|
||||||
|
VAC researches peer-to-peer, private, censorship resistant communication
|
||||||
|
</p>
|
||||||
<nav class="flex max-w-xs mr-0 xm:mr-5 l:mr-32 mb-5 sm:mb-0">
|
<nav class="flex max-w-xs mr-0 xm:mr-5 l:mr-32 mb-5 sm:mb-0">
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<div class="flex flex-col mr-5 sm:mr-10 sl:mr-14">
|
<div class="flex flex-col mr-5 sm:mr-10 sl:mr-14">
|
||||||
|
|
Loading…
Reference in New Issue