「メインページ/styles.css」の版間の差分
表示
編集の要約なし |
編集の要約なし |
||
| 3行目: | 3行目: | ||
} | } | ||
#mf-section-0 .responsive-block-50 { | #mf-section-0 .responsive-block-50 h2 { | ||
margin-bottom: 12px; | margin-bottom: 12px; | ||
} | } | ||
2024年7月18日 (木) 06:35時点における版
.responsive-block-50{
box-sizing: border-box;
}
#mf-section-0 .responsive-block-50 h2 {
margin-bottom: 12px;
}
@media (min-width: 768px) {
.responsive-column-3{
column-count:3;
}
.responsive-column-3 > *, .responsive-column-3 > ul > li{
page-break-inside: avoid;
}
.responsive-block-33{
float:left;
width:33.33333333%;
}
.responsive-block-50{
float:left;
width:50%;
}
.padding-when-wide{
padding-right:10px;
padding-left:10px;
}
.float-when-wide{
float:left;
}
.nowide{
display:none;
}
}