summaryrefslogtreecommitdiff
path: root/static/.gallery.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/.gallery.css')
-rw-r--r--static/.gallery.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/.gallery.css b/static/.gallery.css
new file mode 100644
index 0000000..1012a8e
--- /dev/null
+++ b/static/.gallery.css
@@ -0,0 +1,11 @@
+.gallery {
+ display: flex; }
+
+.gallery-element {
+ display: block;
+ width: 50px;
+ height: 50px;
+ margin: 5px;
+ border: gray 1px solid; }
+
+/*# sourceMappingURL=.gallery.css.map */