Skip to content

Commit

Permalink
fixed buttons for footer
Browse files Browse the repository at this point in the history
  • Loading branch information
AAABatteriesAAA committed Dec 29, 2024
1 parent d9c710d commit 75d2998
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,8 @@ footer p {position:relative;
}

@media screen and (max-width: 480px){

footer {
height: 35em;
height: 40em;
padding: 0%;
width:100%;
}
Expand All @@ -214,22 +213,17 @@ footer p {position:relative;
width: 126%;
}
.Join {
width: 192px;
height: 120px;
font-size: 21.36px;
width: 302px;
height: 100px;
font-size: 1.85em;
position: relative;
top: -3rem;
transform: scale(0.75);
top: -3.85rem;
transform: scale(0.7);
margin: 0rem;
}
.Line {
align-items: center;
margin-top: 1rem;
}

footer nav {
transform: scale(1.2);
margin-top: -2.5em;
margin-top: -3em;

}
footer nav a {
Expand All @@ -238,7 +232,7 @@ footer p {position:relative;
}
.InstallApp {
transform: scale(1.5);
margin-top: 3em;
margin-top: 2.75em;
margin-bottom: 30px;
}
footer p {
Expand Down

0 comments on commit 75d2998

Please sign in to comment.