Skip to content

Commit

Permalink
footer updated and major bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Git21221 committed Jul 20, 2023
1 parent 62e6511 commit d6eb195
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 233 deletions.
15 changes: 15 additions & 0 deletions css/responsiveness.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,19 @@
.cards{
width: 100%;
}
}
@media (max-width: 992px) {
.modifiedFooter{
flex-direction: column;
row-gap: 20px;
max-width: fit-content;
}
}
@media (max-width: 668px) {
#footer .social-links a{
height: 30px;
width: 30px;
border-radius: 50%;
font-size: 1rem;
}
}
Loading

0 comments on commit d6eb195

Please sign in to comment.