Skip to content

Commit 791b095

Browse files
committed
fix(TopDevelopers): add right margin for .header-title to prevent text overflow
1 parent 2568916 commit 791b095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/TopDevelopers.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default {
4646
.header-title {
4747
font-family: 'IBM Mono';
4848
font-size: 1.7rem;
49-
@apply font-normal ml-8 pt-16 lg:pt-24 md:ml-12 lg:ml-20 lg:text-4xl lg:font-light 2xl:ml-24;
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;
5050
}
5151
5252
.filter-component {

0 commit comments

Comments
 (0)