Skip to content

Commit

Permalink
Merge pull request #1185 from verma2402/feature/footer-title
Browse files Browse the repository at this point in the history
#1185  Feature/footer title
  • Loading branch information
hiteashgupta1 authored Oct 19, 2024
2 parents c93f922 + ba0e29e commit 80cffca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions category.css
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ img {
.custom-footer .footer-title {
font-size: 1.6rem;
margin-bottom: 20px;
color: #3B3B58;
color: black;
font-weight: bold;
}

Expand Down Expand Up @@ -548,7 +548,8 @@ img {

.custom-footer .secondary-title {
font-size: 0.9rem;
color: #6c757d;
color : black;

}

.custom-footer .display-3 {
Expand Down
2 changes: 1 addition & 1 deletion category.html
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ <h3 class="new-post-title">Fashion Trends</h3>
<h2 class="footer-title secondary-title">About Us</h2>

<div class="secondary-title text-secondary">
<p class="mt-2 style="text-align: left;">
<p class="mt-2" style="text-align: left;">
We are a close-knit team of passionate storytellers dedicated to sharing captivating
content with the world.
</p>
Expand Down

1 comment on commit 80cffca

@vercel
Copy link

@vercel vercel bot commented on 80cffca Oct 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.