Skip to content

Commit

Permalink
Fixes issue Arun9739#293
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant-Manjrekar committed Oct 19, 2022
1 parent 90d06c1 commit b827e21
Show file tree
Hide file tree
Showing 2 changed files with 738 additions and 555 deletions.
18 changes: 17 additions & 1 deletion css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ body {
footer {
display: flex;
background-color: #400361;
padding-bottom: 2.8rem;
padding-bottom: 4.8rem;
}

footer .pages {
display: grid;
gap: 6rem;
width: 30%;
text-align: center;
margin-top: 6rem;
Expand All @@ -35,6 +36,11 @@ footer .logo_bot {
text-align: center;
width: 40%;
margin: 0rem;
display: flex;
flex-direction: column;
align-items: center;
transform: translateY(-2rem);
justify-content: center;
}
footer .logo_bot img {
padding-bottom: 0rem;
Expand Down Expand Up @@ -101,6 +107,16 @@ footer .follow .instagram:hover {
footer .follow .twitter:hover {
color: #00acee;
}

footer .github{
color: rgb(240, 235, 235);
margin-top: 2rem;
}

footer .github > a{
color: white;
}

#customer {
font-size: 2rem;
color: rgb(240, 235, 235);
Expand Down
Loading

0 comments on commit b827e21

Please sign in to comment.