added gallery shortcodes. added formatting shortcodes. Minor works on styling.
[theme-danix.xyz.git] / assets / sass / components / _gallery.scss
diff --git a/assets/sass/components/_gallery.scss b/assets/sass/components/_gallery.scss
new file mode 100644 (file)
index 0000000..3bf1485
--- /dev/null
@@ -0,0 +1,9 @@
+       .gallery {
+               display: grid;
+               grid-template-columns: repeat(3, 1fr);
+               grid-gap: 20px;
+       }
+       .animate-fade {
+               animation: fadeIn 750ms ease-in-out;
+       }
+       
\ No newline at end of file