Skip to content

Commit

Permalink
Update footer area social link
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <[email protected]>
  • Loading branch information
mohin7 committed Oct 10, 2023
1 parent 4b0feaf commit e5ea513
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions static/assets/sass/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ p.spam-message {
}

.socail-link-inline {
ul {
display: flex;
align-items: center;
justify-content: flex-end;
}
li {
margin-right: 10px;
display: inline-block;
Expand Down Expand Up @@ -235,6 +240,11 @@ Responsive Classes
.footer-bottom {
padding: 20px 0;
}
.socail-link-inline{
ul {
justify-content: center;
}
}
}

// Small devices (landscape phones, 576px and up)
Expand Down

0 comments on commit e5ea513

Please sign in to comment.