diff options
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; |
