Skip to content

Commit bb6fc61

Browse files
committed
Update index.html
1 parent 8fabbc4 commit bb6fc61

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,7 @@
224224
}
225225
.repo-card {
226226
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 */
227+
margin: 0 0 2rem 0; /* Add bottom margin for spacing */
230228
background-color: transparent;
231229
transition: background-color 0.3s ease; /* Keep hover transition */
232230
overflow: visible;
@@ -471,6 +469,7 @@ <h4>Contact</h4>
471469
// --- Add-on Repos from personal account ---
472470
const addonRepos = [
473471
{ user: 'chanulee', repo: 'coreOllama' },
472+
{ user: 'chanulee', repo: 'VisionOSC' },
474473
// Add more { user: 'username', repo: 'reponame' } objects here
475474
];
476475
// -----------------------------------------

0 commit comments

Comments
 (0)