Commit 807662e6 by Orine Matsui

オンラインMVのテキスト追加

parent bc7cb80a
......@@ -8150,6 +8150,7 @@ body {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
flex-direction: column;
margin-bottom: 40px;
}
......@@ -8169,12 +8170,27 @@ body {
color: #fff;
padding-top: 24px;
}
.p-atc-mv-label {
font-size: 1.8rem;
line-height: 35px;
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-weight: bold;
text-align: center;
color: #fff;
padding: 0 45px;
background-color: #beac56;
}
@media screen and (max-width: 767px) {
.p-atc-mv-ttl {
font-size: 2rem;
padding: 0 20px;
}
.p-atc-mv-label {
font-size: 1.4rem;
line-height: 26px;
padding: 0 25px;
margin-bottom: 30px;
}
}
.p-atc-mv-ttl span {
......
......@@ -45,6 +45,7 @@
<div class="p-atc-mv">
<span class="p-atc-mv-label">オンライン開催</span>
<h2 class="p-atc-mv-ttl">『頂点への道<sup></sup>』講座フォローアップ<br>成功する計画の立て方、実行の仕方セミナー</h2>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment