Commit a2562986 by Orine Matsui

『頂点への道』講座の表示修正

parent 5a658af5
......@@ -7589,7 +7589,7 @@ body {
.p-service_top3 .list_title {
height: 111px;
font-size: 1.8rem;
font-size: 1.9rem;
color: #363636;
line-height: 1.4;
padding: 24px 20px 5px;
......@@ -7604,6 +7604,16 @@ body {
}
}
.p-service_top3 .list_title span {
font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
.p-service_top3 .list_title span {
font-size: 1.3rem;
}
}
.p-service_top3 .list_image {
margin-bottom: 16px;
}
......
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