dynamic year in footer + changing ticks color in home page (#95)
This commit is contained in:
@@ -23,14 +23,14 @@
|
||||
<div class="justify-center flex gap-2 mt-10">
|
||||
<div class="flex items-center text-gray-400 text-sm">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2"
|
||||
stroke="currentColor" class="w-4 h-4 mr-1">
|
||||
stroke="currentColor" class="w-4 h-4 mr-1 ticks">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"/>
|
||||
</svg>
|
||||
<span>Unlimited forms</span>
|
||||
</div>
|
||||
<div class="flex items-center text-gray-400 text-sm">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2"
|
||||
stroke="currentColor" class="w-4 h-4 mr-1">
|
||||
stroke="currentColor" class="w-4 h-4 mr-1 ticks">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"/>
|
||||
</svg>
|
||||
<span>
|
||||
@@ -39,7 +39,7 @@
|
||||
</div>
|
||||
<div class="flex text-gray-400 text-sm">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2"
|
||||
stroke="currentColor" class="w-4 h-4 mr-1">
|
||||
stroke="currentColor" class="w-4 h-4 mr-1 ticks">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"/>
|
||||
</svg>
|
||||
<span>Unlimited responses</span>
|
||||
@@ -149,6 +149,10 @@ export default {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ticks {
|
||||
color:#2563eb;
|
||||
}
|
||||
|
||||
@screen md {
|
||||
#macbook-video {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user