Skip to content

Commit

Permalink
actually sleeping now
Browse files Browse the repository at this point in the history
  • Loading branch information
AAABatteriesAAA committed Aug 18, 2024
1 parent cd4819c commit 8fb22b7
Showing 1 changed file with 43 additions and 44 deletions.
87 changes: 43 additions & 44 deletions footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,51 +180,50 @@ footer p {position:relative;
}
}

footer {
height: 61em;
padding: 0%;
width:100%;
/* padding-bottom: 4em; */
}
@media screen and (max-width: 480px){}

.FooterImg {
top: -42em;
width: 100%;
transform: scale(0.85);
footer {height: 61em;
padding: 0%;
width:100%;}

.FooterImg {
top: -42em;
width: 100%;
transform: scale(0.85);
}
footer h4 {
font-size: 38px;
position: relative;
top: 3em;
left: -1em;
width: 126%;
}
.Join {
width: 260px;
height: 70px;
font-size: 25px;
position: relative;
top: 87px;
transform: scale(1.25);
margin: 20px;
}

footer nav {
transform: scale(2);
margin-top: 167px;
}
footer nav a {font-size: 16px;
margin: 10px 0;}
.InstallApp {
transform: scale(2);
top: -91px;
margin-bottom: 30px;
}
footer p {
margin-top: 12em;
font-size: 16px;
width: 130%;
left: 3em;
display:flex;
footer h4 {
font-size: 38px;
position: relative;
top: 3em;
left: -1em;
width: 126%;
}
.Join {
width: 260px;
height: 70px;
font-size: 25px;
position: relative;
top: 87px;
transform: scale(1.25);
margin: 20px;
}

footer nav {
transform: scale(2);
margin-top: 167px;
}
footer nav a {font-size: 16px;
margin: 10px 0;}
.InstallApp {
transform: scale(2);
top: -91px;
margin-bottom: 30px;
}
footer p {
margin-top: 12em;
font-size: 16px;
width: 130%;
left: 3em;
display:flex;
}
/* Footer Ends */

0 comments on commit 8fb22b7

Please sign in to comment.