summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/essay.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-16 21:58:58 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-16 21:58:58 +0200
commitb7d94f2428b1adb6fdfb3c65bb4b9c0337b74c7d (patch)
treed0d5e1920f0f9b34beff142762de8f2c3a6e1b1f /frontend/site/projects/museum/views/essay.css
parenta20da98081b91bcdb8d02c68edf6fcccf8fb046a (diff)
artist statements
Diffstat (limited to 'frontend/site/projects/museum/views/essay.css')
-rw-r--r--frontend/site/projects/museum/views/essay.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/frontend/site/projects/museum/views/essay.css b/frontend/site/projects/museum/views/essay.css
index 0cc66a9..129c768 100644
--- a/frontend/site/projects/museum/views/essay.css
+++ b/frontend/site/projects/museum/views/essay.css
@@ -28,6 +28,12 @@
justify-content: flex-start;
padding-bottom: 10vh;
}
+.page-essay .page-content.artist-statement {
+ padding-bottom: 5vh;
+}
+.page-essay .nilthamrong .page-content.artist-statement {
+ padding-bottom: 10vh;
+}
.page-essay .page-title {
cursor: pointer;
font-size: 10vw;
@@ -81,7 +87,7 @@
stroke-miterlimit: 10;
stroke-linecap: round;
stroke-linejoin: round;
- fill: transparent
+ fill: transparent;
}
.globe .globe-image {
position: relative;
@@ -93,3 +99,7 @@
font-size: 2vw;
cursor: pointer;
}
+
+.page a.jules-link {
+ font-weight: normal;
+} \ No newline at end of file