“Aynuwiki:Mosem/styles.css” のwerson間の差分

288 バイト追加 、 2024 pam 3 2024-03-11T00:24:25+00:00up 11 312024 (Kun.)
編集の要約なし
編集の要約なし
編集の要約なし
53行目: 53行目:
     list-style: none;
     list-style: none;
     gap: 2em;
     gap: 2em;
}
.two-columns {
display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}
.featured {
padding: 1em;
}
.featured figure {
margin-right: 1em;
margin-bottom: 1em;
}
.featured h2 {
    border: none;
    margin-bottom: 21px;
}
.featured h2 .mw-editsection {
display: none;
}
}