Skip to content

Commit

Permalink
fix: fix layout of clubs button and footer (#1122)
Browse files Browse the repository at this point in the history
Co-authored-by: Tamal Das <[email protected]>
  • Loading branch information
TahaHameed23 and tamalCodes authored Oct 7, 2023
1 parent 56a93af commit a5be3e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/components/Cards/SingleClubEvent/SingleClubEvent.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}

.sc_cta button {
margin-top: 0rem;
height: 40px;
margin-top: 1rem;
height: 45px;
}
}
12 changes: 4 additions & 8 deletions src/components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
.join {
margin-top: 27px;
margin-left: -75px;
white-space: nowrap;
}

.join-us ul li a {
Expand Down Expand Up @@ -341,20 +342,15 @@
text-align: center;
display: flex;
justify-content: center;
align-items: stretch;
gap: 30px;
white-space: nowrap;
padding: 2px;
}

.join-us-list {
position: relative;
top: -10px;
/* margin-left: 70px; */
}
.join h1 {
margin-left: 60px;
}
.join {
margin-left: -70px;
margin: auto;
}
}
.underline-animation {
Expand Down

0 comments on commit a5be3e6

Please sign in to comment.