Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09dd9c36 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

align to top

parent 79520e96
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -6,10 +6,14 @@ html{
	width: 100% !important;
} 

#body-login .v-align{
	align-items: flex-start !important;
}

.v-align header {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
}