소스 검색

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;