瀏覽代碼

fix(ForgotPassword): container would not be centered on smaller screensizes

Kristian Vos 3 年之前
父節點
當前提交
4c73dc1726
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      frontend/src/pages/ResetPassword.vue

+ 6 - 0
frontend/src/pages/ResetPassword.vue

@@ -475,6 +475,12 @@ p {
 	margin: 0;
 }
 
+.content-wrapper {
+	display: flex;
+	flex-direction: column;
+	align-items: center;
+}
+
 .container {
 	padding: 25px;