Commit fdf6463d by o.kimura

微調整

parent 9862d23a
...@@ -523,7 +523,9 @@ h3 { ...@@ -523,7 +523,9 @@ h3 {
margin-bottom: 40px; margin-bottom: 40px;
} }
.second .point {
margin-bottom: 100px;
}
} }
......
...@@ -1544,15 +1544,17 @@ header.pht { ...@@ -1544,15 +1544,17 @@ header.pht {
padding: 0 0 0 .71em; padding: 0 0 0 .71em;
background-color: #e9573e; background-color: #e9573e;
color: #fff; color: #fff;
display:inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
font-weight: bold; font-weight: bold;
} }
.under_menu_box.manage a { .under_menu_box.manage a {
color: #e9573e; color: #e9573e;
background-color: transparent; background-color: transparent;
font-size: 160%; font-size: 160%;
} }
.under_menu_box.manage a::after { .under_menu_box.manage a::after {
content: ""; content: "";
display: inline-block; display: inline-block;
...@@ -1563,4 +1565,22 @@ header.pht { ...@@ -1563,4 +1565,22 @@ header.pht {
background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205%2010%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23e9573e%22%20d%3D%22M5.000%2C5.000%20L-0.000%2C-0.000%20L-0.000%2C10.000%20L5.000%2C5.000%20Z%22%2F%3E%3C%2Fsvg%3E') no-repeat center; background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205%2010%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23e9573e%22%20d%3D%22M5.000%2C5.000%20L-0.000%2C-0.000%20L-0.000%2C10.000%20L5.000%2C5.000%20Z%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
background-size: contain; background-size: contain;
position: relative; position: relative;
} }
\ No newline at end of file
@media screen and (max-width:640px) {
.under_menu_box.manage a {
padding: 0;
background-color: #e9573e;
color: #fff;
display: inline-block;
vertical-align: middle;
font-weight: bold;
}
.under_menu_box.manage a {
color: #e9573e;
background-color: transparent;
font-size: 130%;
}
}
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