Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ShravaniAK committed Aug 3, 2024
1 parent 3ee90f9 commit 5eac69c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions overrides/assets/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -570,18 +570,22 @@ footer nav.md-footer__inner {
.md-footer-meta{
padding: 1em 0;
}

.md-footer-copyright{
margin-right: 18px;
}

@media (max-width: 1024px){
.md-footer-copyright{
.md-footer-copyright{
margin: auto;
text-align: center;
}
.md-social{

.md-social{
margin: auto;
}
}

@media (max-width: 861px) {
.md-footer-meta{
flex-direction: column;
Expand All @@ -596,6 +600,7 @@ footer nav.md-footer__inner {
display: block;
margin-bottom: 0.5rem;
}

.md-footer__button {
display: none;
}
Expand All @@ -610,6 +615,7 @@ footer nav.md-footer__inner {
margin: 2rem;
flex-wrap: wrap;
}

.md-footer-copyright a{
margin: 8px;
}
Expand All @@ -618,7 +624,6 @@ footer nav.md-footer__inner {
display: flex;
flex-direction: column;
order: 1;

}

.md-social {
Expand Down

0 comments on commit 5eac69c

Please sign in to comment.