From 6b01e18f8ce179f83917dd340bd0b56f7931e4fd Mon Sep 17 00:00:00 2001 From: max/sooulix Date: Thu, 15 Aug 2024 21:38:08 +0200 Subject: [PATCH] [css] highlights in css file --- tailwind.css | 9 +++++++++ templates/partials/volunteer.html | 2 +- templates/partials/work.html | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/tailwind.css b/tailwind.css index f8d9b29..e9499dd 100644 --- a/tailwind.css +++ b/tailwind.css @@ -49,3 +49,12 @@ div.organization i { @apply mr-1; @apply text-stone-500; } + +ul.highlights { + @apply pe-4; +} +ul.highlights li { + @apply text-center; + @apply ring; +} + diff --git a/templates/partials/volunteer.html b/templates/partials/volunteer.html index 6144e54..1ec66c8 100644 --- a/templates/partials/volunteer.html +++ b/templates/partials/volunteer.html @@ -85,7 +85,7 @@ {% if volunteer_item.highlights %} {% endif %} diff --git a/templates/partials/work.html b/templates/partials/work.html index d2a4add..1c7496b 100644 --- a/templates/partials/work.html +++ b/templates/partials/work.html @@ -69,7 +69,7 @@ {% if work_item.highlights %} {% endif %}