summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-05-04 20:06:16 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-05-04 20:06:16 -0500
commit95ffd8bf3beebb8cb563f40c880145c40f5d2a3f (patch)
tree01df9c29f35afaa27f3213416ab36c152611caa2 /public/style.css
downloadimmich-frame-95ffd8bf3beebb8cb563f40c880145c40f5d2a3f.tar.xz
immich-frame-95ffd8bf3beebb8cb563f40c880145c40f5d2a3f.zip
initial commit
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css
new file mode 100644
index 0000000..ce4d76a
--- /dev/null
+++ b/public/style.css
@@ -0,0 +1,20 @@
+body {
+ background: black
+}
+
+.carousel-cell {
+ height: 70vh;
+ width: 80vw;
+
+ margin: 10px;
+
+
+}
+
+.carousel-cell img {
+ vertical-align: middle;
+/* border-radius: 10px; */
+ height: 100%;
+ max-width: 100%;
+ object-fit: contain;
+}