• widgetマスター

    モデレータ
    2023年10月19日 11:27

    CSSに下記記述を追加してください!

    .all-answered-result {
      margin-top: 0;
    }

    もう少し詰めたい場合は下記調節を行ってください!

    【変更前】

    .all-answered-btn {
      text-align: center;
      padding: 1em;
      ~
    }

    【変更後】

    .all-answered-btn {
      text-align: center;
      padding: 0 1em 1em;
      ~
    }

    よろしくお願いいたします!