Browse Source

Add max-width

sbkwgh 7 năm trước cách đây
mục cha
commit
6ab793bed8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;