diff --git a/index.html b/index.html
index 6e7b7bb..81f6728 100644
--- a/index.html
+++ b/index.html
@@ -46,13 +46,9 @@
Internships
Jobs
Competitions
- Mentorships
- Practice
- More ▾
@@ -122,10 +118,6 @@
- Know How

-
diff --git a/main.css b/main.css
index 26d79f6..73e57a6 100644
--- a/main.css
+++ b/main.css
@@ -190,9 +190,11 @@
border-radius: 50px;
}
- .nameContainer {
+ .know-cards {
display: flex;
- color: #717171;
+ flex-wrap: wrap;
+ gap: 16px;
+ justify-content: center;
}
.crd {
@@ -203,9 +205,10 @@
border: 1px solid #ddd;
border-radius: 12px;
background: #fff;
- max-width: 600px;
- margin-left: 10px;
- margin-right: 10px;
+ max-width: 352px;
+ margin: 0;
+ flex: 1 1 352px;
+ max-height: 100px;
}
.crd img {
@@ -225,6 +228,9 @@
}
.crd p {
+ -webkit-line-clamp: 2;
+ /* show max 2 lines */
+ -webkit-box-orient: vertical;
font-size: 12px;
line-height: 140%;
color: #383838;
@@ -617,6 +623,7 @@
}
.hover-slider {
+ display: none;
padding: 0 0 50px 0;
}
@@ -826,6 +833,7 @@
}
.nav-button {
+ display: none;
width: 50px;
height: 50px;
font-size: 18px;