diff options
Diffstat (limited to 'frontend/site/projects/museum/views')
| -rw-r--r-- | frontend/site/projects/museum/views/home.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/views/home.css b/frontend/site/projects/museum/views/home.css index 84f157d..7cfa5a0 100644 --- a/frontend/site/projects/museum/views/home.css +++ b/frontend/site/projects/museum/views/home.css @@ -20,6 +20,7 @@ color: #FF790D; text-shadow: 0px 0px 5px #FF790D; opacity: 1; + white-space: nowrap; transition: opacity 0.2s; font-size: 2.2vh; width: 100vw; @@ -31,6 +32,7 @@ font-weight: 900; font-style: italic; color: #FF790D; + white-space: nowrap; text-shadow: 0px 0px 10px #FF790D; font-size: 49vh; position: absolute; @@ -45,6 +47,7 @@ color: #FF790D; text-shadow: 0px 0px 5px #FF790D; opacity: 1; + white-space: nowrap; transition: opacity 0.2s; width: 50vw; font-size: 3vh; |
