Преглед на файлове

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;