master
kek7198 2021-12-30 22:28:32 -06:00
parent 4989a23961
commit 7c2843d18d
2 changed files with 2 additions and 4 deletions

View File

@ -214,7 +214,7 @@
{% for item in section.content %}
<div class="my-2 md:my-3 px-3 w-full md:w-1/2 overflow-hidden lg:w-1/3">
<a href="{{ item.link }}" class="flex items-center p-3 md:px-5 md:py-4 rounded border border-gray-400 dark:border-gray-700 hover:bg-gray-300 dark:hover:bg-gray-700 h-full">
<div class="flex flex-shrink-0 items-center justify-center w-9 h-9 md:w-12 md:h-12 rounded-sm bg-{{ section.color }}-200 shadow-inner-white-10 border border-{{ section.color }}-400">
<div class="flex flex-shrink-0 items-center justify-center w-9 h-9 md:w-12 md:h-12 rounded-sm bg-{{ section.color }}-200 shadow-inner-white-10">
<i class="fas {{ item.icon }} fa-fw md:text-lg text-{{ section.color }}-600"></i>
</div>
<div class="pl-3 md:pl-4">

View File

@ -6,6 +6,4 @@
<div class="bg-yellow-200 text-yellow-600 bg-pink-200 text-pink-600"></div>
<div class="bg-purple-200 text-purple-600"></div>
<div class="border-gray-400 border-green-400 border-blue-400 border-yellow-400 border-red-400 border-purple-400"></div>
<div class="bg-purple-200 text-purple-600"></div>