diff --git a/hwe/scss/processing.scss b/hwe/scss/processing.scss
index f7b30cc0..4af22d97 100644
--- a/hwe/scss/processing.scss
+++ b/hwe/scss/processing.scss
@@ -17,7 +17,7 @@
@include media-1000px{
- #container {
+ #app {
width: 1000px;
margin: 0 auto;
}
@@ -28,7 +28,7 @@
overflow-x: hidden;
}
- #container {
+ #app {
width: 500px;
margin: 0 auto;
}
diff --git a/hwe/ts/PageBattleCenter.vue b/hwe/ts/PageBattleCenter.vue
index 37039a31..6c272637 100644
--- a/hwe/ts/PageBattleCenter.vue
+++ b/hwe/ts/PageBattleCenter.vue
@@ -72,14 +72,9 @@
-