diff options
| author | Teddy Wing | 2013-04-28 14:40:29 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-28 14:40:29 -0400 |
| commit | 649d336bc48743038c703a8f275b1d115151969d (patch) | |
| tree | 07e2d9c752d0f026560548c120d2d808ecc85c44 /public/stylesheets/style.css | |
| parent | 1c57161d94906820b0dc9dce23d8b5d8e9b181d1 (diff) | |
| download | Who-am-I-649d336bc48743038c703a8f275b1d115151969d.tar.bz2 | |
Reduce size of type on 'Sorry' screen
Because otherwise it extends off the screen in the Viggle app.
Diffstat (limited to 'public/stylesheets/style.css')
| -rw-r--r-- | public/stylesheets/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1c3215e..b0a5430 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -62,6 +62,10 @@ body.character-chosen-dialog .ui-body-c { text-align: center; } +#character-chosen-content h1.zan-nendeshta { + font-size: 1.2em; +} + #character-chosen-content p { margin-top: 1em; text-align: center; |
