mod padding top of facebookpagefeed
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
055674d587
commit
88f618840f
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue