About - center socials - Producer

About - center socials - Producer
 avatar
Sally
css
19 days ago
280 B
8
Indexable
Never
/*START fix padding WB mario*/

@media (max-width: 678px) {
  .lp-socials {
    /* flex-wrap: nowrap; */
    justify-content: center;
  }
  div.agent-bio {
    padding: 64px 24px;
}
.bottom-container .lp-socials li {
  margin: 10px 10px 0 10px!important;
}
}
/*END*/
Leave a Comment