diff options
Diffstat (limited to 'frontend/site/projects/museum/views/credits.css')
| -rw-r--r-- | frontend/site/projects/museum/views/credits.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/frontend/site/projects/museum/views/credits.css b/frontend/site/projects/museum/views/credits.css index d4b6f72..aaf05c7 100644 --- a/frontend/site/projects/museum/views/credits.css +++ b/frontend/site/projects/museum/views/credits.css @@ -72,6 +72,12 @@ font-size: 2vw; } +.icon-rows { + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; +} .page-credits .page-subtitle { margin-bottom: 1rem; @@ -111,7 +117,6 @@ justify-content: flex-start; align-items: center; padding: 3vh 0 6vh 0; - width: 100%; } .page-credits .icons img { height: 7vh; @@ -121,6 +126,12 @@ height: 8vh; } +.icons img.kw-logo { + position: relative; + bottom: -0.1vh; + height: 10vh; +} + .page-credits .page-title { padding-top: 1rem; width: 100%; |
