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

Commit cd5edb54 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

mobile responsive fix

parent 3735e4a5
Loading
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -43,3 +43,18 @@
        height: calc(100% - env(safe-area-inset-bottom) - 125px - var(--body-container-margin)) !important;
    }
}
@media only screen and (max-width: 768px) {
    .recovery-email {
        display: block;
        padding-left: 10px;

        a{
            text-align:center;
        }
    }
    #body-user #header,
    #body-settings #header,
    #body-public #header {
        top: 75px !important;
    }    
}