Skip to content

Commit 6bbc1d6

Browse files
fix: nav links padding
1 parent a99898f commit 6bbc1d6

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

frontend/src/components/Navs/homeNav/style.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ a {
2525
}
2626
.nav {
2727
list-style: none;
28-
margin-top: 30%;
28+
margin-bottom: 5vh;
2929
}
3030

3131
.vector {

frontend/src/components/aboutUs/index.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,16 @@ const AboutUs: React.FC = () => {
1515
</span>
1616
aim to help students and as a community we want to grow as much as
1717
possible in many domains of coding and development, be it
18-
Competitive Programming, Android, Web, Open Source, AI/ML, Ethical
19-
Hacking.
18+
Competitive Programming, Android, Web, Open Source
19+
<Link className={styles.hide} to="/bangbang">
20+
,
21+
</Link>{" "}
22+
AI/ML, Ethical Hacking .
2023
</p>
2124
<p className={styles.para}>
2225
We try to help each other learn new programming skills organize
2326
sessions and competitions let everyone know of ongoing activities in
24-
coding community and how they can use them for their{" "}
25-
<Link className={styles.hide} to="/bangbang">
26-
benefits
27-
</Link>
28-
.
27+
coding community and how they can use them for their benefits.
2928
</p>
3029
<p className={styles.para}>
3130
Be it getting an internship in a startup company, cracking open

0 commit comments

Comments
 (0)