We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fabbc4 commit bb6fc61Copy full SHA for bb6fc61
1 file changed
index.html
@@ -224,9 +224,7 @@
224
}
225
.repo-card {
226
border: none;
227
- padding: 1rem; /* Keep internal padding */
228
- /* Remove horizontal margin (margin: 0 1rem;) */
229
- margin: 0 0 1rem 0; /* Add bottom margin for spacing */
+ margin: 0 0 2rem 0; /* Add bottom margin for spacing */
230
background-color: transparent;
231
transition: background-color 0.3s ease; /* Keep hover transition */
232
overflow: visible;
@@ -471,6 +469,7 @@ <h4>Contact</h4>
471
469
// --- Add-on Repos from personal account ---
472
470
const addonRepos = [
473
{ user: 'chanulee', repo: 'coreOllama' },
+ { user: 'chanulee', repo: 'VisionOSC' },
474
// Add more { user: 'username', repo: 'reponame' } objects here
475
];
476
// -----------------------------------------
0 commit comments