From 5f0c3a7b066baa5656b4948b406e7e9e798fdc1f Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Sat, 24 Feb 2024 13:57:14 -0500 Subject: Replace Central Park album with fgallery album. --- static/css/custom.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'static/css') diff --git a/static/css/custom.css b/static/css/custom.css index 2ce4768..bc03812 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,5 +1,3 @@ -/* test */ - a { color: #4c566a; } @@ -7,3 +5,11 @@ a { html { background-color: #e5e9f0 ; } + +.photo-album { + width: -webkit-fill-available; + width: -moz-available; + width: stretch; + height: 33em; + border: none; +} -- cgit