I tried to implement a change of buttons for different screens, but in the end only the first
@media screen and (min-width: 1200px) { .btn {width: calc(1200px/3)} } @media screen and (max-width: 1199px) { .btn {width: 100%} } I tried to implement a change of buttons for different screens, but in the end only the first
@media screen and (min-width: 1200px) { .btn {width: calc(1200px/3)} } @media screen and (max-width: 1199px) { .btn {width: 100%} } Source: https://ru.stackoverflow.com/questions/710927/
All Articles
;after each instruction. - ishidex2