Skip to content

Commit

Permalink
fix courses alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan James committed May 25, 2023
1 parent 3838ead commit e9af799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/components/SmallCourses.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-items: flex-start;
margin-top:30px;
column-gap: 30px;
row-gap: 50px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.6",
"version": "1.0.7",
"description": "EOS Network Foundation DevHub portal website frontend",
"repository": "https://github.com/eosnetworkfoundation/devhub",
"homepage": "https://learn.eosnetwork.com",
Expand Down

0 comments on commit e9af799

Please sign in to comment.