|
@@ -80,7 +80,7 @@ export default {
|
|
|
|
|
|
.wlbm {
|
|
|
margin-bottom: 15px;
|
|
|
- text-align: center;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
|
|
|
.wlbm a:last-child{
|
|
@@ -95,7 +95,7 @@ export default {
|
|
|
|
|
|
.infos > p > span {
|
|
|
display: inline-block;
|
|
|
- width: 200px;
|
|
|
+ width: 186px;
|
|
|
text-align: right;
|
|
|
}
|
|
|
|
|
@@ -141,6 +141,9 @@ export default {
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1050px) {
|
|
|
+ .wlbm {
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
.footer {
|
|
|
padding-top: 20px;
|
|
|
padding-bottom: 20px;
|