Explorar o código

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

Kristian Vos %!s(int64=3) %!d(string=hai) anos
pai
achega
4c73dc1726
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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;