diff options
Diffstat (limited to 'frontend/site/projects/museum/views/essay.css')
| -rw-r--r-- | frontend/site/projects/museum/views/essay.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/views/essay.css b/frontend/site/projects/museum/views/essay.css index 1a80575..3de705d 100644 --- a/frontend/site/projects/museum/views/essay.css +++ b/frontend/site/projects/museum/views/essay.css @@ -1,8 +1,14 @@ +.page-essay.page-artists .artist-list { + justify-content: flex-start; +} .page-essay .page-content { flex-direction: column; justify-content: flex-start; padding-bottom: 10vh; } +.page-essay .page-title { + cursor: pointer; +} .page-essay .page-subtitle { margin: 0rem 0 2vw 0; } @@ -16,6 +22,21 @@ text-decoration: underline; } +.page-essay.page-artists .artist-location { + padding: 1vh 0; + margin: 0; + background: #111; + pointer-events: auto; + cursor: pointer; +} +.page-essay.page-artists .artist-detail.visible { + overflow-y: auto; +} +.page-essay.page-artists .artist-detail.visible::-webkit-scrollbar { + display: none; +} + + .globe { width: 100%; margin-bottom: 2vw; |
