grant program (#3630)

This commit is contained in:
Angie Jones
2025-07-24 10:34:46 -05:00
committed by GitHub
parent e682940929
commit c9290796f5
4 changed files with 139 additions and 1 deletions
+16
View File
@@ -400,3 +400,19 @@ html[data-theme="light"] .hide-in-light {
object-fit: cover; /* Ensure the image covers the area while maintaining aspect ratio */
border-radius: 8px; /* Optional: rounded corners */
}
.button-grant {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 16px;
font-weight: bold;
text-decoration: none;
cursor: default;
}
.button-grant h2 {
margin-top: 15px;
}