diff --git a/src/views/login.vue b/src/views/login.vue index 67f14e65..d3e85796 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -646,7 +646,7 @@ strong { font-weight: 400; } ::selection { background: rgb(30, 172, 223); color: rgb(255, 255, 255); } img { border: 0px; } ::-webkit-selection { background: rgb(30, 172, 223); color: rgb(255, 255, 255); } -.auto, .autoWidth { margin: 0px auto; max-width: 1200px; } +.auto, .autoWidth { margin: 0px auto; max-width: 1900px; } .clearfix::after, .clearfix::before { display: table; line-height: 0; content: ""; } .clearfix::after { clear: both; }