Commit a103addd by o.kimura

CSS微調整

parent 61456033
Showing with 12 additions and 7 deletions
...@@ -267,6 +267,7 @@ ul li.instructions { ...@@ -267,6 +267,7 @@ ul li.instructions {
text-align: left !important; text-align: left !important;
font-weight: bold; font-weight: bold;
color: #6f6f6f; color: #6f6f6f;
padding-left: 50px;
} }
.instructions_box .spacer { .instructions_box .spacer {
...@@ -304,8 +305,12 @@ br.sp-only { ...@@ -304,8 +305,12 @@ br.sp-only {
display: block; display: block;
} }
.usage_box p {
padding-left: 20px;
}
.instructions_box div { .instructions_box div {
width: calc(44.3%)!important; width: calc(44.3%) !important;
} }
.instructions_box img { .instructions_box img {
...@@ -443,12 +448,12 @@ br.sp { ...@@ -443,12 +448,12 @@ br.sp {
br.sp { br.sp {
display: block; display: block;
} }
.instructions_ttl { .instructions_ttl {
font-size: 16px; font-size: 16px;
text-align: left; text-align: left;
padding-left: 15px; padding-left: 15px;
padding-top: 10px; padding-top: 10px;
} }
} }
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