diff --git a/public/static/index/mobile/css/style.css b/public/static/index/mobile/css/style.css index 291a046d..e807fd63 100755 --- a/public/static/index/mobile/css/style.css +++ b/public/static/index/mobile/css/style.css @@ -103,6 +103,9 @@ address { margin: 0px; /* word-break: break-all; */ } +strong { + display: inline-block; +} a { text-decoration: none; cursor: pointer;