Skip to content

Commit

Permalink
Fixed instagram section on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hariharan committed Jul 18, 2024
1 parent 0ceea12 commit 09914ed
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/components/index/social/social.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-line-clamp: 4;
line-clamp: 4;
-webkit-box-orient: vertical;
}

Expand Down Expand Up @@ -147,19 +147,24 @@
font-size: 14px;
color: #777777;
}

#social #instagram #post #footer a {
text-decoration: none;
color: #555555;
font-size: 14px;
font-weight: bold;
transition: 0.3s;
}

#social #instagram #post #footer a:hover {
color: #f5ebeb;
}

#social #instagram-container {
padding: 0px 20px;
position: relative;
}

#social #left, #social #right {
color: black;
user-select: none;
Expand All @@ -175,8 +180,4 @@

#social #right {
right: -10px;
}

#instagram-container {
padding: 0px 20px;
}

0 comments on commit 09914ed

Please sign in to comment.