diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-22 18:28:17 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-22 18:28:17 +0200 |
| commit | 17ba8604b903e5f87a960ab88d34d884ff6d84d8 (patch) | |
| tree | 7b2d9253bbf4361ba5baa339a6f0182086d3623e /frontend/site/projects/museum/views/mobile.css | |
| parent | aaf646b552ffd088e1f67e0e9ea9f9188984eee1 (diff) | |
credits
Diffstat (limited to 'frontend/site/projects/museum/views/mobile.css')
| -rw-r--r-- | frontend/site/projects/museum/views/mobile.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/views/mobile.css b/frontend/site/projects/museum/views/mobile.css index 688fa2a..b195911 100644 --- a/frontend/site/projects/museum/views/mobile.css +++ b/frontend/site/projects/museum/views/mobile.css @@ -105,6 +105,35 @@ margin: 1rem 0; } + /* credits */ + .page-credits .credits-columns { + display: flex; + flex-direction: column; + } + .page-credits .page-left { + width: 100%; + } + .page-credits .page-right { + width: 100%; + margin-top: 2rem; + margin-bottom: 2rem; + } + .page-credits .page-right .column { + width: 100%; + } + .page-credits .page-right .column:first-child { + margin: 0; + } + .page-credits .columns { + flex-direction: column; + } + .page-subtitle { + font-size: 1.2rem; + } + .app > div.page.page-credits { + font-size: 0.8rem; + } + /* charles */ .charles-text { width: 90vw; |
