Commit fef8e00a by o.kimura

資料ダウンロードページのMV差し替え

parent 6c1df90e
......@@ -9,7 +9,7 @@
<li class="c-breadcrumb__item"><span>資料ダウンロード</span></li>
</ul>
</div>
<section class="c-mainvisual p-other-mv">
<section class="c-mainvisual p-catalogue-mv">
<div class="c-mainvisual__inner">
<h2 class="c-mainvisual__ttl">資料ダウンロード</h2>
</div>
......
......@@ -535,6 +535,22 @@ body {
height: 125px;
}
}
.p-catalogue-mv {
background: url("/assets/img/catalogue/mv-img.png") no-repeat top center;
background-size: cover;
height: 300px;
align-items: center;
margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.p-catalogue-mv {
background: url("/assets/img/catalogue/mv-img.png") no-repeat center center;
background-size : cover;
margin-bottom: 20px;
height: 125px;
}
}
.c-mainvisual__ttl {
font-size: 3.6rem;
line-height: 1.35;
......
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