Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishayu committed Jan 18, 2025
2 parents 40cac8d + 9f79560 commit aa59f20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
datahacks-staging.ds3ucsd.com
datahacks.ds3ucsd.com
17 changes: 8 additions & 9 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -524,23 +524,22 @@ footer #icon-row {
font-size: 1.2rem;
}
#sponsor-row {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
/* flex-direction: column; */
display:block;
width: 100%;
margin: 2rem auto;
margin: 2rem auto;
gap: 1rem;
}
.sponsor-card {
width: 85vw;
width: 100%;
height: 10vh;
border: 1px solid black;
margin: 1rem 0;
}
.sponsor-card:nth-child(3) {
width: 60%; /* Centered card spans a larger width */
}
/* .sponsor-card:nth-child(3) {
margin-let:auto;
width: 60%; /* Centered card spans a larger width
} */
.sponsor-card .img {
height: 100%;
width: 100%;
Expand Down

0 comments on commit aa59f20

Please sign in to comment.