forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-30 21:38:17 -06:00
parent 16e3278c6e
commit 9e1d409617
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@
</h2>
<div class="flex flex-wrap -mx-3 overflow-hidden mb-6">
{% for item in section.content %}
<div class="my-3 px-3 w-1/2 overflow-hidden lg:w-1/3">
<div class="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-full bg-{{ section.color }}-200">
<i class="fas {{ item.icon }} fa-fw md:text-lg text-{{ section.color }}-600"></i>