diff --git a/css/details.css b/css/details.css index 0381032..7910120 100644 --- a/css/details.css +++ b/css/details.css @@ -363,8 +363,9 @@ } .content .side .item.pitch:first-of-type { border-top: none; +} +.content .side .item.pitch:first-of-type::after { border-radius: 12px 0 0 0; - overflow: hidden; } .content .side .item.pitch::after { content: ""; diff --git a/css/details.less b/css/details.less index a523954..d00a21a 100644 --- a/css/details.less +++ b/css/details.less @@ -402,8 +402,11 @@ &.pitch { &:first-of-type { border-top: none; - border-radius: 12px 0 0 0; - overflow: hidden; + // border-radius: 12px 0 0 0; + // overflow: hidden; + &::after { + border-radius: 12px 0 0 0; + } } width: 100%; background-color: rgba(251, 251, 251, 1);