새로운 /about 배너가 모바일에서 잘림

The new about banner ATM is more configured for Desktop.

Add this to your mobile CSS in a custom TC.

.about__banner {
  width: calc(120%);
  max-width: 392px;
  margin-left: -0.50em;
  padding-bottom: 0.5em;
}

Topic on new about page here

2개의 좋아요