Commit ba73fed6 by Orine Matsui

アクセス写真差替、css調整

parent 421ee6c7
......@@ -3524,10 +3524,6 @@ body {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 58px;
}
......@@ -3540,6 +3536,16 @@ body {
}
}
.p-tokyo-imglist img:not(:first-child) {
margin-left: 30px;
}
@media screen and (max-width: 767px) {
.p-tokyo-imglist img:not(:first-child) {
margin-bottom: 0;
}
}
@media screen and (max-width: 767px) {
.p-tokyo-imglist img {
width: calc(50% - 10px);
......
......@@ -36,7 +36,7 @@
</div>
</aside>
<div class="content">
<div class="p-tokyo-imglist"> <img src="/assets/img/company/access/img1.jpg" alt=""> <img src="/assets/img/company/access/img9.jpg" alt=""> <img src="/assets/img/company/access/img10.jpg" alt=""> </div>
<div class="p-tokyo-imglist"> <img src="/assets/img/company/access/img9.jpg" alt=""> <img src="/assets/img/company/access/img10.jpg" alt=""> </div>
<div class="p-tokyo1">
<h3 class="c-title1">アクセスマップ</h3>
<div class="p-tokyo1-mapimg"> <img src="/assets/img/company/access/aichi-map1.gif" alt=""> </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