Skip to content

Commit

Permalink
Merge pull request vishanurag#758 from NM3806/main
Browse files Browse the repository at this point in the history
fix: Updated Twitter X (in blog), container alignment & border radius of cards (in community).
  • Loading branch information
vishanurag authored Oct 20, 2024
2 parents 09df6ed + dce3900 commit 275a14e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h4>Add Comments</h4>
href="#!"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-twitter"></i
><i class="fa-brands fa-x-twitter"></i
></a>

<!-- Google -->
Expand Down
8 changes: 8 additions & 0 deletions community.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
width: 300px;
height: 400px;
perspective: 1000px;
border-radius: 15px;
border: none;
transition: transform 0.6s;
}
Expand Down Expand Up @@ -112,6 +113,13 @@
.card-back a:hover {
color: #0056b3;
}

.community-section .container {
padding: 30px 15px;
max-width: 1200px;
margin: 0 auto;
text-align: center;
}

/* Footer styles */
.footer .share a {
Expand Down

0 comments on commit 275a14e

Please sign in to comment.