We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3838ead commit e9af799Copy full SHA for e9af799
frontend/components/SmallCourses.vue
@@ -50,7 +50,7 @@
50
display: flex;
51
flex-wrap: wrap;
52
justify-content: flex-start;
53
- align-items: center;
+ align-items: flex-start;
54
margin-top:30px;
55
column-gap: 30px;
56
row-gap: 50px;
frontend/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "frontend",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"description": "EOS Network Foundation DevHub portal website frontend",
5
"repository": "https://github.com/eosnetworkfoundation/devhub",
6
"homepage": "https://learn.eosnetwork.com",
0 commit comments