Skip to content

Commit

Permalink
ggg
Browse files Browse the repository at this point in the history
  • Loading branch information
g9aerospace committed Jan 18, 2024
1 parent 654f4bd commit 98a8fab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="../assets/js/githubquery.js" defer></script>
<style>
.repo-grid {
display: grid;
gap: 20px;
grid-template-columns: repeat(3, minmax(0, 1fr));
margin: 20px;
align: justify;
.repo-grid {
display: grid;
gap: 20px;
grid-template-columns: repeat(3, minmax(0, 1fr));
justify-content: center;
margin: 20px;
}

.repo-card {
Expand Down

0 comments on commit 98a8fab

Please sign in to comment.