diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-09-14 16:28:04 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-09-14 16:28:04 +0200 |
| commit | 8ce3b6f53ab674202edd951c1808029a77807885 (patch) | |
| tree | d0ac3b5aa6b5edab2d68d44650a8e0aa3d56f16a /frontend/site/projects/museum/views/home.css | |
| parent | 17b6cf814f10f25bb3efebeb5129a6797ea7a24e (diff) | |
names
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; |
