Browse Source

Add max-width

sbkwgh 7 years ago
parent
commit
6ab793bed8
1 changed files with 1 additions and 0 deletions
  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;