diff options
Diffstat (limited to 'frontend/site/projects/museum/views/titles.css')
| -rw-r--r-- | frontend/site/projects/museum/views/titles.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/frontend/site/projects/museum/views/titles.css b/frontend/site/projects/museum/views/titles.css index a2f9868..547c9ba 100644 --- a/frontend/site/projects/museum/views/titles.css +++ b/frontend/site/projects/museum/views/titles.css @@ -21,7 +21,7 @@ padding: 1rem; font-family: 'Helvetica', sans-serif; - font-size: 1.2rem; + font-size: 1.66vw; pointer-events: none; user-select: none; @@ -31,13 +31,12 @@ .charles-text { position: absolute; - top: 12vh; + top: 50%; left: 50%; - transform: translateX(-50%); + transform: translateX(-50%) translateY(-50%); width: 65vw; - font-size: 3.2vh; - font-weight: bold; - font-family: 'Helvetica', sans-serif; + font-family: "Druk Wide"; + font-size: 1.66vw; color: #fff; text-shadow: 0px 2px 6px rgba(0,0,0,0.5); opacity: 0; @@ -48,3 +47,6 @@ opacity: 1; pointer-events: auto; } +.charles-credit { + text-align: right; +}
\ No newline at end of file |
