Selaa lähdekoodia

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

Kristian Vos 3 vuotta sitten
vanhempi
sitoutus
4c73dc1726
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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;