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

Commit 5f43b7fd authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

mobile fix

parent d54661e6
Loading
Loading
Loading
Loading
Loading
+11 −6
Original line number Diff line number Diff line
@@ -49,16 +49,21 @@
@media only screen and (max-width: 768px) {
    .recovery-email {
        display: block;
        padding-left: 10px;

        padding: 16px 0 16px 10px;
        #image-text-container{
            display:inline-flex;
            img {
                top:5px;
                position: relative;
            }
        }
        a{
            padding-top: 8px;
        }
    }
    #body-user #header,
    #body-settings #header,
    #body-public #header {
        top: 75px !important;
        top: 120px !important;
    }    
}