media only screen mobile breakpoint

PHOTO EMBED

Sun Nov 07 2021 21:34:52 GMT+0000 (Coordinated Universal Time)

Saved by @khalidlogi

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
 a.btnx2{
          padding: 4px 0px;
    display: block;
    text-align: center;
    margin-left: 0px!important;
    border-radius: 4px;
          
      }
}
content_copyCOPY