diff --git a/frontend/components/SmallCourses.vue b/frontend/components/SmallCourses.vue index c7fdff9..253c18c 100644 --- a/frontend/components/SmallCourses.vue +++ b/frontend/components/SmallCourses.vue @@ -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; diff --git a/frontend/package.json b/frontend/package.json index e6e8912..bfebee6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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",