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

Commit 3a35b3f2 authored by Ronak Patel's avatar Ronak Patel
Browse files

removed padding #6

parent d5dcc6cb
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -1550,6 +1550,11 @@ a.legal {
    .warning-messsage main{
        max-width: 90%;
    }
    #body-login .update, #body-login .success {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 375px) {
    .banner-right-align{
@@ -1588,10 +1593,3 @@ a.legal {
.v-align > footer p.info {
    height: 40%;
}
@media only screen and (max-width: 550px) {
    #body-login .update, #body-login .success {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}