mod padding top of facebookpagefeed
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2021-11-30 00:36:59 +01:00
parent 055674d587
commit 88f618840f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<div class="relative -mx-6"> <div class="relative -mx-6">
<div class="flex pb-16 pt-8 slides-1 sm_slides-2 lg_slides-3" data-glider-prev="#glider-prev" data-glider-next="#glider-next" data-glider-dots="#glider-dots" data-glider-autostart data-glider-interval="7000" data-glider-lazyload data-glider> <div class="flex pb-16 pt-5 slides-1 sm_slides-2 lg_slides-3" data-glider-prev="#glider-prev" data-glider-next="#glider-next" data-glider-dots="#glider-dots" data-glider-autostart data-glider-interval="7000" data-glider-lazyload data-glider>
{% for post in __SELF__.posts %} {% for post in __SELF__.posts %}
<div class="px-3"> <div class="px-3">
<a href="{{post.href}}" class="flex flex-col h-full box shadow-lg hover:shadow-2xl rounded-lg overflow-hidden" target="_BLANK"> <a href="{{post.href}}" class="flex flex-col h-full box shadow-lg hover:shadow-2xl rounded-lg overflow-hidden" target="_BLANK">