added gallery shortcodes. added formatting shortcodes. Minor works on styling.
[theme-danix.xyz.git] / assets / sass / components / _gallery.scss
1 .gallery {
2 display: grid;
3 grid-template-columns: repeat(3, 1fr);
4 grid-gap: 20px;
5 }
6 .animate-fade {
7 animation: fadeIn 750ms ease-in-out;
8 }
9