Skip to content

Commit

Permalink
Merge pull request #990 from Theboycut05/main
Browse files Browse the repository at this point in the history
fixed the description
  • Loading branch information
sanjay-kv authored Oct 21, 2024
2 parents de2efee + a5e5bb2 commit b66741e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ body.dark-mode .navbar-link:hover {
.footer-2 {
background-color: #dedede;
padding: 12px 0;
overflow: hidden;
align-items: center;
}

.footer-container {
Expand All @@ -628,13 +630,14 @@ body.dark-mode .navbar-link:hover {
.footer-content {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 20px 0;
}

.footer-info {
/* flex: 200px; */
margin-bottom: 2px;

}

.footer-links {
Expand All @@ -647,7 +650,8 @@ body.dark-mode .navbar-link:hover {
.footer-description {
flex: 1 1 300px;
max-width: 500px;
margin-right: 25px;
margin-right: 60px;
text-align: center;
}

.footer-logo {
Expand All @@ -659,12 +663,14 @@ body.dark-mode .navbar-link:hover {
}

.footer-section {
margin-left: 40px;
margin-left: 50px;

}

.footer-heading {
font-size: 1.1rem;
font-weight: bold;
text-align: center;
margin-bottom: 0.75rem;
color: #333;
transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease; /* Added transitions for hover effects */
Expand Down Expand Up @@ -694,6 +700,8 @@ body.dark-mode .navbar-link:hover {
font-size: 1rem;
font-weight: normal;
margin-bottom: 1rem;
align-items: center;

}

.footer-button {
Expand Down

0 comments on commit b66741e

Please sign in to comment.