Commit 621e48c8 by o.kimura

汎用CSSを追加

parent dc3365f8
Showing with 44 additions and 0 deletions
......@@ -1611,6 +1611,50 @@ div.jis4 h6 {
margin-top: 60px;
}
.mb10 {
margin-bottom: 10px;
}
.mb15 {
margin-bottom: 15px;
}
.mb20 {
margin-bottom: 20px;
}
.mb25 {
margin-bottom: 25px;
}
.mb30 {
margin-bottom: 30px;
}
.mb35 {
margin-bottom: 35px;
}
.mb40 {
margin-bottom: 40px;
}
.mb45 {
margin-bottom: 45px;
}
.mb50 {
margin-bottom: 50px;
}
.mb55 {
margin-bottom: 55px;
}
.mb60 {
margin-bottom: 60px;
}
sub.base_line {
vertical-align: baseline;
}
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