Template:Main Page/styles.css: Difference between revisions
EkramHossen (talk | contribs) No edit summary |
EkramHossen (talk | contribs) No edit summary |
||
Line 111: | Line 111: | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
font-size: 1em; | font-size: 1em; | ||
} | |||
.fp-grid-box { | |||
display: flex; | |||
gap: 1em; | |||
justify-content: space-around; | |||
margin-bottom: 1em; | |||
} | |||
.fp-grid-card { | |||
flex: 1; | |||
background: #ffffff; | |||
border: 1px solid #e2e8f0; | |||
border-radius: 8px; | |||
padding: 1em; | |||
text-align: center; | |||
font-size: 1.1em; | |||
box-shadow: 0 2px 6px rgba(0,0,0,0.03); | |||
} | } |