Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzalaghayasabbasi authored Aug 14, 2024
1 parent 38f9120 commit a89161b
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,62 @@ nav ul li a:hover {
}
}


/* Media query for smaller screens */
@media (max-width: 768px) {
.footer {
flex-direction: column;
align-items: center;
text-align: center;
}

.footer-logo {
margin-bottom: 20px;
}

.footer-company,
.footer-contact {
margin-bottom: 20px;
}

.footer-social {
justify-content: center;
}

.footer-social svg {
width: 25px;
height: 25px;
}
}


/* Media query for smaller screens */
@media (max-width: 768px) {
.footer {
flex-direction: column;
align-items: center;
text-align: center;
}

.footer-logo {
margin-bottom: 20px;
}

.footer-company,
.footer-contact {
margin-bottom: 20px;
}

.footer-social {
justify-content: center;
}

.footer-social svg {
width: 25px;
height: 25px;
}
}

/* Keyframes for fadeIn animation */
@keyframes fadeIn {
from { opacity: 0; }
Expand Down

0 comments on commit a89161b

Please sign in to comment.