@@ -148,6 +148,18 @@
table tbody td:last-child {
@apply pr-2;
}
+
+ article figure {
+ @apply max-w-lg mx-auto p-2 border border-gray-400 rounded text-center;
+ }
+ figure img {
+ @apply w-full sm:w-3/4 xl:w-5/6 mx-auto;
+ figure figcaption {
+ @apply w-full sm:w-3/4 xl:w-5/6 mx-auto text-sm italic;
@layer components {