Skip to content

Commit e9af799

Browse files
author
Nathan James
committed
fix courses alignment
1 parent 3838ead commit e9af799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/components/SmallCourses.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
display: flex;
5151
flex-wrap: wrap;
5252
justify-content: flex-start;
53-
align-items: center;
53+
align-items: flex-start;
5454
margin-top:30px;
5555
column-gap: 30px;
5656
row-gap: 50px;

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "EOS Network Foundation DevHub portal website frontend",
55
"repository": "https://github.com/eosnetworkfoundation/devhub",
66
"homepage": "https://learn.eosnetwork.com",

0 commit comments

Comments
 (0)