takatayuuna
11/24/2017 - 1:12 AM

li3つを並べる

li3つを並べる

.box_img {
		@include cV(margin-bottom,60px,50px ,30px);
		padding-top: 30px;
		@include mq(pc_tab) {
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}
		li {
			width: (100%/3-1);
			@include mq(sp) {
				width: 100%;
			}
			.img {
				text-align: center;
				margin-bottom: 15px;
			}
		}
	}