diff options
Diffstat (limited to 'frontend/site/projects/museum/views/home.css')
| -rw-r--r-- | frontend/site/projects/museum/views/home.css | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/frontend/site/projects/museum/views/home.css b/frontend/site/projects/museum/views/home.css index bad8e4f..1852b97 100644 --- a/frontend/site/projects/museum/views/home.css +++ b/frontend/site/projects/museum/views/home.css @@ -88,12 +88,20 @@ html { opacity: 1; white-space: nowrap; transition: opacity 0.2s; - width: 50vw; - font-size: 3vh; + width: 96vw; + font-size: 2.9vh; position: absolute; text-align: center; + left: 2vw; bottom: 6vh; + display: flex; + flex-flow: row wrap; + justify-content: space-around; } +.home-artists div { + width: 32vw; +} + .home-message { font-family: "Druk Wide", sans-serif; opacity: 0.0; @@ -131,12 +139,17 @@ html { opacity: 0; transition: opacity 0.2s; } -.artists-left { + +/*.artists-left { left: 0; } +.artists-center { + left: 33.3vw; +} .artists-right { left: 50vw; } +*/ .byline-top { top: 1vh; left: 0; |
