Skip to content

Commit

Permalink
Merge pull request #1155 from Meetjain1/main
Browse files Browse the repository at this point in the history
fixed footer
  • Loading branch information
arghadipmanna101 authored Jul 15, 2024
2 parents b0ae301 + b552af3 commit 635a48e
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 150 deletions.
13 changes: 13 additions & 0 deletions css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,14 @@ footer .footerI h5{
footer .mailSocial{
border-left: 1px solid #454d5e;
padding-left: 32px;

}

footer .social li:hover {
transform: scale(1.1025);
background-color: #1b1919;
}

@media screen and (max-width: 991px) {
footer .mailSocial{
border-left: none;
Expand Down Expand Up @@ -97,6 +104,12 @@ footer .footerEnd a{
text-decoration: none;
color: #fff
}

footer .footerEnd a li:hover {
transform: scale(1.1025);
background-color: #2b2828;
}

@media screen and (max-width: 770px){
.pCGSTEF{
width: 80vw;
Expand Down
Loading

0 comments on commit 635a48e

Please sign in to comment.