diff --git a/css/common.css b/css/common.css index 7127a93..0c701ea 100644 --- a/css/common.css +++ b/css/common.css @@ -244,6 +244,7 @@ body { position: absolute; top: 50%; transform: translateY(-50%); + white-space: nowrap; } .my-project .my-box .head .item.pitch { color: #000000; diff --git a/css/common.less b/css/common.less index 94d8f8d..9d83be1 100644 --- a/css/common.less +++ b/css/common.less @@ -283,6 +283,7 @@ body { position: absolute; top: 50%; transform: translateY(-50%); + white-space: nowrap; } &.pitch { color: #000000;