diff --git a/static/style/index.css b/static/style/index.css index 5b98c14..d5bcf97 100644 --- a/static/style/index.css +++ b/static/style/index.css @@ -682,15 +682,22 @@ a:hover{ width: auto; padding-top: 0; } + .mod-panel .hd .mobile{ + width: auto; + } .mod-panel .hd .picture img{ width: 256px; height: 160px; margin-left: 0; } - .mod-panel .hd .picture .btn{ + .mod-panel .hd .btn{ display: block; margin: 0 auto; } + .mod-panel .hd .btn span.name{ + padding-right: 0; + background: none; + } .mod-panel .bd{ margin-left: 0; }