css Calc() problem

Re: css Calc() problem

by Benoît Rousseau -
Number of replies: 0
I found a solution : 


.p-a-1 {

    margin-left: -315px;

    margin-right: -30px;

    width: -webkit-fill-available;

    right: 0;

    left: 0;

}