diff options
author | Robby Zambito <contact@robbyzambito.me> | 2024-02-24 13:57:14 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2024-02-25 15:03:35 -0500 |
commit | 5f0c3a7b066baa5656b4948b406e7e9e798fdc1f (patch) | |
tree | f1c885681674965d6480a12a1d89d753919c008e /static | |
parent | 95f16f41b8eb516ffc0d735fc9fb916c027bd5f7 (diff) |
Replace Central Park album with fgallery album.
Diffstat (limited to 'static')
-rw-r--r-- | static/css/custom.css | 10 |
1 files changed, 8 insertions, 2 deletions
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; +} |