diff options
Diffstat (limited to 'frontend/site/projects/museum/views/credits.css')
| -rw-r--r-- | frontend/site/projects/museum/views/credits.css | 56 |
1 files changed, 39 insertions, 17 deletions
diff --git a/frontend/site/projects/museum/views/credits.css b/frontend/site/projects/museum/views/credits.css index 8f9bec5..92b1017 100644 --- a/frontend/site/projects/museum/views/credits.css +++ b/frontend/site/projects/museum/views/credits.css @@ -12,6 +12,7 @@ .page a { color: #FF790D; text-decoration: none; + font-weight: bold; } .page-title { font-family: 'Druk'; @@ -36,29 +37,45 @@ /* credits */ .page-left { - display: flex; - flex-direction: column; - justify-content: space-between; - width: 66%; - height: 100%; + width: 33%; } .page-right { - width: 33%; + width: 66%; } -.page-subtitle, -.page-credits .curated-by, -.page-credits-artists div { +.page-subtitle { text-align: center; font-family: 'Druk Wide', sans-serif; text-transform: uppercase; font-size: 2vw; } -.build-credits { + + +.page-credits .page-subtitle { + margin-bottom: 1rem; +} + +.columns { display: flex; flex-direction: row; - justify-content: space-around; - padding: 1vw 0; } + +.credits-rows { + margin-bottom: 1.1rem; +} +.credits-rows > div { + display: flex; + flex-direction: row; +} +.credits-rows > div > div:first-child { + width: 100px; +} +.page-right .column { + width: calc(66% - 0.5rem); +} +.page-right .column:first-child { + margin-right: 1rem; +} + .build-credits div { width: 20vw; } @@ -66,13 +83,18 @@ font-weight: bold; } .page-credits .icons { + display: flex; + flex-direction: row; + justify-content: flex-start; + align-items: center; padding: 1vw 0; text-align: center; } -.page-credits .icons svg { - height: 4vmax; - margin-right: 2vmax; +.page-credits .icons img { + height: 2.7rem; + margin-right: 2rem; } -.page-credits .curated-by { - margin-top: 1vw; +.page-credits .icons img.pcai { + height: 4rem; } + |
