diff --git a/__pycache__/ContentfulService.cpython-310.pyc b/__pycache__/ContentfulService.cpython-310.pyc index 430c93f..5b88e7f 100644 Binary files a/__pycache__/ContentfulService.cpython-310.pyc and b/__pycache__/ContentfulService.cpython-310.pyc differ diff --git a/app.py b/app.py index 16baf2f..0bd3ac1 100644 --- a/app.py +++ b/app.py @@ -52,9 +52,9 @@ def exhibition_type(ex_type): ex_type = "UTA" elif ex_type == "ethics-studio": ex_type = "ES" - elif ex_type == "starts4waterii": + elif ex_type == "undercurrent-as-below-so-above": ex_type = "S4W2" - elif ex_type == "imma-living-canvas-x-beta": + elif ex_type == "beta-x-living-canvas-at-irish-museum-of-modern-art-imma": ex_type = "IMMA" exhibitions = get_all_content('exhibition') diff --git a/public/css/styles.css b/public/css/styles.css index d795d36..6bb457a 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -45,7 +45,7 @@ a { color: var(--prim-red); font-weight: 200; padding: 5px; - filter: drop-shadow(0 0 0.25rem var(--prim-red)); + filter: drop-shadow(0 0 0.0rem var(--prim-red)); text-decoration: underline; } @@ -627,9 +627,9 @@ hr { #article-information em { - font-size: 14px; - font-weight: 400; - font-family: 'JetBrains', monospace; + /* font-size: 14px; + font-weight: 400; */ + /* font-family: 'JetBrains', monospace; */ } #article-title { @@ -777,6 +777,7 @@ hr { .exh-container h1 { text-decoration: underline; cursor: pointer; + line-height: 50px; } .exh-info { diff --git a/templates/index.html b/templates/index.html index 483a81a..76b56c5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -33,7 +33,7 @@