diff --git a/acf-blocks/google-map/google-map.css b/acf-blocks/google-map/google-map.css deleted file mode 100644 index 50912eb..0000000 --- a/acf-blocks/google-map/google-map.css +++ /dev/null @@ -1,17 +0,0 @@ -.section_latest_news { - @apply py-24; - .section_titling { - @apply max-w-md mx-auto; - } - .articles_container { - @apply grid - grid-cols-1 - sm:grid-cols-2 - xl:grid-cols-4 - max-w-screen-2xl - px-8 - py-16 - gap-8 - mx-auto; - } -}