diff --git a/src/css/reviews.css b/src/css/reviews.css index f4029e1..dfa3d54 100644 --- a/src/css/reviews.css +++ b/src/css/reviews.css @@ -3,7 +3,7 @@ .reviews-section .reviews-list{margin-bottom:32px} .reviews-section .reviews-item{height:376px;padding:32px 24px;border:1px solid rgba(250, 250, 250, 0.2);border-radius:20px;background-color:#1c1d20} .reviews-section .reviews-img{width:48px;height:48px;margin-bottom:32px;border-radius:10px} -.reviews-section .reviews-subtitle{margin-top:8px;color:var(--color-white);font-weight:600;font-size:20px} +.reviews-section .reviews-subtitle{margin-bottom:8px;color:var(--color-white);font-weight:600;font-size:20px} .reviews-section .reviews-text{overflow:hidden;color:rgba(250, 250, 250, 0.6)/* color: #fafafa99; */} .reviews-section .btn-wrapper{display:flex;gap:20px;justify-content:center;align-items:center} .reviews-section .reviews-btn{display:flex;justify-content:center;align-items:center;width:52px;height:52px;padding:14px;border:1px solid rgba(250, 250, 250, 0.5);border-radius:50%;background-color:transparent;transition:250ms cubic-bezier(0.4, 0, 0.2, 1)} diff --git a/src/js/reviews.js b/src/js/reviews.js index 2183124..2c2f6a9 100644 --- a/src/js/reviews.js +++ b/src/js/reviews.js @@ -78,8 +78,9 @@ function reviewsInit() {
  • ${author} -

    ${review}

    ${author}

    +

    ${review}

    +
  • `