Skip to content

Commit

Permalink
fixed for mobile size
Browse files Browse the repository at this point in the history
  • Loading branch information
Utsavladia committed Jun 9, 2024
1 parent f101315 commit 73d0f53
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion components/Footer/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
}
.same-line-container {
display: flex;
flex: 1 1 50%;
align-items: flex-start;
column-gap: 70px;
justify-content: space-evenly;
/* column-gap: 70px; */
margin-right: 0;
padding-right: 0;
align-content: flex-start;
Expand All @@ -31,3 +33,16 @@ p{
font-size: 18px;
}

.link{
font-size: 1em;
}

@media (max-width:400px) {
.link{
font-size: 0.8em;
}

}



0 comments on commit 73d0f53

Please sign in to comment.