diff options
author | elijah <elijah@riseup.net> | 2014-08-21 13:20:23 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-08-21 13:20:23 -0700 |
commit | 6715912a3ad09a19fb8975c94ee7c8106a83083f (patch) | |
tree | 5724ef0f0a214bbb9ac80d867a87b4c79c05d97e /pages/assets | |
parent | b065a8f23478d274a0fe63ddf8e6632356f6c297 (diff) |
prevent motto breakage in masthead
Diffstat (limited to 'pages/assets')
-rw-r--r-- | pages/assets/style.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/assets/style.scss b/pages/assets/style.scss index 14449e6..2a7eb96 100644 --- a/pages/assets/style.scss +++ b/pages/assets/style.scss @@ -83,6 +83,8 @@ h4 { width: 50%; font-weight: bold; font-family: Helvetica,Arial,sans-serif; + white-space: nowrap; + overflow: hidden; &.bottom { display: none; } @@ -414,4 +416,3 @@ body.home { margin-left: 22px; } } - |