this: ``` .right-block{ width: calc(100% - 280); //..... } ``` should be like this: ``` .right-block{ width: calc(100% - 280px); //..... } ```
this:
should be like this: