Skip to content

Commit

Permalink
Merge pull request #137 from 2024WISCOM/feature/footer
Browse files Browse the repository at this point in the history
💄 Footer UI update
  • Loading branch information
nadomola authored Oct 26, 2024
2 parents a7c55d5 + f013518 commit 5db27f2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/components/footer/Footer.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const FooterContainer = styled.footer`
width: 100%;
@media(max-width: 768px) {
font-size: 0.7em;
font-size: 0.8em;
margin : 0;
}
Expand All @@ -23,22 +23,16 @@ export const FooterTop = styled.div`
justify-content: space-between;
align-items: flex-start;
width: 100%;
max-width:80%;
max-width: 85vw;
margin: 0 auto;
padding: 0% 2%;
margin-top:1%;
@media(max-width: 768px) {
flex-direction: column;
margin-top:5%;
padding:0;
}
@media (min-width: 769px) and (max-width: 1024px) {
width: 100%;
max-width:90%;
}
`;

Expand Down Expand Up @@ -220,6 +214,7 @@ export const UrlContainer = styled.div`
display: flex;
justify-content: flex-start;
margin-top: 0%;
margin-right:0;
img{
height : 30%;
Expand Down

0 comments on commit 5db27f2

Please sign in to comment.