目次
追加CSSに、以下のCSSを挿入するとカスタマイズできます。
・ボタン
・ブログパーツ
・テキスト
の位置が調節できます。
上寄せにしたい場合
<code>
.p-mainVisual__textLayer {
justify-content: flex-start;
}
</code>
下寄せにしたい場合
<code>
.p-mainVisual__textLayer {
justify-content: flex-end;
}
</code>
・ボタン
・ブログパーツ
・テキスト
の位置が調節できます。
<code>
.p-mainVisual__textLayer {
justify-content: flex-start;
}
</code>
<code>
.p-mainVisual__textLayer {
justify-content: flex-end;
}
</code>
コメント