Skip to content

Commit 43817f9

Browse files
authored
Merge pull request #73 from jordanopensource/task/upgrade_tailwind
Upgrade tailwind
2 parents 4a8ccaf + 3196d7a commit 43817f9

File tree

5 files changed

+1755
-1293
lines changed

5 files changed

+1755
-1293
lines changed

components/TopDevelopers.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</div>
88
<div class="filter-component">
99
<FilterSection class="lg:mt-0 lg:order-2" />
10-
<Contributors :users="users" class="lg:flex-grow lg:pl-6" />
10+
<Contributors :users="users" class="lg:grow lg:pl-6" />
1111
</div>
1212
</article>
1313
</div>

components/TopOrganizations.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<OrganizationsFilter class="lg:mt-0 lg:order-2" />
1010
<Organizations
1111
:organizations="organizations"
12-
class="lg:flex-grow lg:pl-6"
12+
class="lg:grow lg:pl-6"
1313
/>
1414
</div>
1515
</article>

0 commit comments

Comments
 (0)