Template:Main Page/styles.css: Difference between revisions
EkramHossen (talk | contribs) No edit summary Tag: Reverted |
EkramHossen (talk | contribs) No edit summary Tag: Manual revert |
||
Line 166: | Line 166: | ||
.feature-box-title { | .feature-box-title { | ||
background-color: # | background-color: #cef2e0; | ||
border: 1px solid #a2a9b1; | |||
padding: 8px 12px; | |||
font-weight: bold; | font-weight: bold; | ||
font-family: sans-serif; | |||
font-size: 17px; | |||
margin-bottom: 10px; | |||
} | } | ||
.feature-grid { | .feature-grid { | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | |||
gap: 10px; | |||
justify-content: space-between; | justify-content: space-between; | ||
} | } |