forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-30 22:27:11 -06:00
parent ecdeb7567b
commit 2857d502c6
1 changed files with 1 additions and 1 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">
<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">
<i class="fas {{ item.icon }} fa-fw md:text-lg text-{{ section.color }}-600"></i>
</div>
<div class="pl-3 md:pl-4">