Skip to content

Commit

Permalink
Merge pull request #313 from upsaurav12/footer-improvement#286
Browse files Browse the repository at this point in the history
fix: footer container breaking in some break points
  • Loading branch information
iArchitSharma authored Jul 3, 2024
2 parents 10c8877 + b87d2ab commit 111d864
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 85 deletions.
18 changes: 17 additions & 1 deletion assets/scss/_footer_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
font-size: 0.85rem;
}
.footer-resources {
margin: 0 !important;
margin: 0;
}
.footer-sections {
padding: 20px !important;
Expand Down Expand Up @@ -511,4 +511,20 @@
}
}

}

@media (max-width: 850px){
.footer .even-col{
flex: 0 0 40%;
}

footer .subscribe{
margin-top: 0rem !important;
}
}

@media (max-width: 400px){
.footer-company{
margin-left: 5px;
}
}
84 changes: 0 additions & 84 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 111d864

Please sign in to comment.