Skip to content

Commit

Permalink
Merge pull request #109 from RAj5517/raj_5517
Browse files Browse the repository at this point in the history
Updated and resized footer for improved layout and responsiveness
  • Loading branch information
codingkatty authored Oct 18, 2024
2 parents 4c95626 + b45c5fc commit d478038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ body {
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); /* Stronger shadow for modern look */
transition: background-color 0.3s ease;
animation: fadeIn 1.2s ease-in-out; /* Smooth content load animation */
margin-bottom: 35px;
}

@keyframes fadeIn {
Expand Down Expand Up @@ -462,7 +463,7 @@ body.dark-theme .accordion.active {
footer {
background-color: #333;
color: #fff;
padding: 40px 0;
padding: 20px 0;
text-align: center;
}

Expand All @@ -471,7 +472,6 @@ footer {
justify-content: space-between;
max-width: 1200px;
margin: auto;
padding: 20px;
}

.footer-section {
Expand Down

0 comments on commit d478038

Please sign in to comment.