Skip to content

Commit f9010b7

Browse files
authored
Merge pull request #689 from gmarav05/floating-contibutor
Floating contributor count
2 parents 6c4e854 + e16c5ab commit f9010b7

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

src/components/FloatingContributors/FloatingContributors.css

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,13 +786,20 @@
786786
display: flex;
787787
align-items: center;
788788
justify-content: center;
789-
font-size: 11px;
789+
font-size: 8px;
790790
font-weight: 600;
791791
color: rgba(255, 255, 255, 0.7);
792792
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
793793
cursor: pointer;
794794
}
795795

796+
.contributors-more span {
797+
font-size: 8px;
798+
line-height: 1;
799+
display: inline-block;
800+
text-align: center;
801+
}
802+
796803
.contributors-more:hover {
797804
background: rgba(102, 126, 234, 0.2);
798805
border-color: rgba(102, 126, 234, 0.5);
@@ -987,6 +994,13 @@
987994
font-size: 10px;
988995
}
989996

997+
.contributors-more span {
998+
font-size: 6.5px;
999+
line-height: 1;
1000+
display: inline-block;
1001+
text-align: center;
1002+
}
1003+
9901004
.contributors-cta {
9911005
padding: 10px 14px;
9921006
font-size: 13px;
@@ -1045,6 +1059,13 @@
10451059
height: 24px;
10461060
font-size: 9px;
10471061
}
1062+
1063+
.contributors-more span {
1064+
font-size: 6.5px;
1065+
line-height: 1;
1066+
display: inline-block;
1067+
text-align: center;
1068+
}
10481069
}
10491070

10501071
/* Extra small screens */

src/database/projects/projects.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { OurProjectsData } from "../../components/ourProjects";
33
const projectsData: OurProjectsData = {
44
tag: "Our Projects",
55
title: "Explore Our Latest Projects and Innovations",
6-
description: "Discover our diverse projects showcasing all the begineer friendly opensource contributions, innovative applications. Each project represents our commitment to excellence and continuous learning.",
6+
description: "Discover our diverse projects showcasing all the beginner friendly opensource contributions, innovative applications. Each project represents our commitment to excellence and continuous learning.",
77
items: [
88
{
99
title: "Awesome GitHub Profile",

0 commit comments

Comments
 (0)