Skip to content

Commit

Permalink
Merge pull request #125 from tsg-iitkgp/EventUpdate
Browse files Browse the repository at this point in the history
fixed footer
  • Loading branch information
AkashManna2003 authored Nov 5, 2024
2 parents 3689980 + eecada7 commit 34bb568
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/Footer/footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ footer {
width: 70%;
background-color: transparent;
border-bottom: 1px solid white;
margin: 0.5rem auto;
margin: 2rem auto;
}

.tsgContainer {
Expand Down Expand Up @@ -84,7 +84,7 @@ footer {
text-align: center;
border-bottom: 1.5px dotted grey;
padding: 0.5rem 0rem;
margin-bottom: 0.25rem;
margin-bottom: 0rem;
position: relative;
}

Expand Down Expand Up @@ -168,6 +168,8 @@ footer {
text-align: center;
color: white;
margin: 1rem auto;
padding-top: 20px;
padding-bottom: 15px;
}

.copyright a{
Expand Down Expand Up @@ -196,7 +198,7 @@ footer {
}

.footerContainer {
height: auto;
height: auto ;
flex-direction: column;
}
.tsgContainer {
Expand Down

0 comments on commit 34bb568

Please sign in to comment.