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

Commit bbcbc4ed authored by Alexandre Roux's avatar Alexandre Roux
Browse files

Using first width minus padding left + right

parent a6296115
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1152,7 +1152,7 @@ a.legal {

#body-login .v-align .guest-box {
    justify-content: center !important;
    width: 92%;
    width: calc(98% - 32px);
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;