浏览代码

Add max-width

sbkwgh 7 年之前
父节点
当前提交
6ab793bed8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frontend/src/App.vue

+ 1 - 0
frontend/src/App.vue

@@ -412,6 +412,7 @@
 
 	.route_container {
 		width: 80%;
+		max-width: 1250px;
 		margin: 0 auto;
 		margin-top: 2rem;
 		padding-bottom: 2rem;