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 c6787b4 commit 351030c
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1134,30 +1134,23 @@ nav ul li a:hover {
}


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

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

.footer-logo,
.footer-company,
.footer-contact {
margin-bottom: 20px;
text-align: center;
}

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

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

Expand Down

0 comments on commit 351030c

Please sign in to comment.