Skip to content

Commit afed5fb

Browse files
committed
refactor(components): change css style for the top contributors
1 parent c739f92 commit afed5fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/TopDevelopers.vue

Lines changed: 4 additions & 4 deletions
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:grow lg:pl-6" />
10+
<Contributors :users="users" class="lg:grow" />
1111
</div>
1212
</article>
1313
</div>
@@ -41,15 +41,15 @@ export default {
4141
background-color: #edeeef;
4242
}
4343
.divider {
44-
@apply w-10 lg:w-14 border-t-2 border-black;
44+
@apply w-10 lg:w-14 border-t-2 border-black pb-4;
4545
}
4646
.header-title {
4747
font-family: 'IBM Mono';
4848
font-size: 1.7rem;
49-
@apply font-normal ml-8 mr-6 pt-16 lg:pt-24 md:ml-12 lg:ml-20 lg:text-4xl lg:font-light 2xl:ml-24;
49+
@apply font-normal pt-16 lg:pt-24 lg:text-4xl lg:font-light;
5050
}
5151
5252
.filter-component {
53-
@apply lg:flex mx-auto mt-10 lg:mt-20 lg:w-11/12;
53+
@apply lg:flex mt-10 lg:mt-20;
5454
}
5555
</style>

0 commit comments

Comments
 (0)