Template:Main Page/styles.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 166: Line 166:


.feature-box-title {
.feature-box-title {
   background-color: #b8d8be;
   background-color: #cef2e0;
  border: 1px solid #a2a9b1;
  padding: 8px 12px;
   font-weight: bold;
   font-weight: bold;
   padding: 10px;
   font-family: sans-serif;
   margin-bottom: 15px;
   font-size: 17px;
   border: 1px solid #8ebf82;
   margin-bottom: 10px;
}
}


.feature-grid {
.feature-grid {
   display: flex;
   display: flex;
  flex-wrap: wrap;
  gap: 10px;
   justify-content: space-between;
   justify-content: space-between;
}
}