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

Commit 08633c38 authored by Ronak Patel's avatar Ronak Patel
Browse files

removed padding #2

parent 4ffaa78b
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -1550,9 +1550,6 @@ a.legal {
    .warning-messsage main{
        max-width: 90%;
    }
	#body-login .update, #body-login .success {
        width: fit-content;
	}
}
@media only screen and (max-width: 375px) {
    .banner-right-align{
@@ -1591,3 +1588,8 @@ a.legal {
.v-align > footer p.info {
    height: 40%;
}
@media only screen and (max-width: 540px) {
    #body-login .update, #body-login .success {
        width: fit-content;
    }
}
 No newline at end of file