Skip to content

Commit

Permalink
Merge branch 'main' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Animeshdj committed Oct 14, 2024
2 parents ef23e5a + 61be68b commit 0764ec7
Show file tree
Hide file tree
Showing 37 changed files with 2,612 additions and 9,811 deletions.
1 change: 1 addition & 0 deletions app/Registration/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ const Registration = () => {
{userState ? (
<>
<div
id = "formContent"
className={styles.formContent}
onScroll={() => handleScroll()}
ref={formRef}
Expand Down
3 changes: 2 additions & 1 deletion app/brochure/brochure.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@
}

.pdfContainer {
margin-top: 3rem;
margin-top: 6rem;
display: flex;
justify-content: center;
z-index: 1000;
// position: absolute;
}
}

Expand Down
16 changes: 16 additions & 0 deletions app/events/events.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@
align-items: center;
flex-wrap: wrap;
gap: 4rem 4rem;
position: relative;

@media(width<=700px){
gap: 2rem 2rem;
top: -20px;
}
@media(width<=550px){
gap: 1rem 2rem;
top: -45px;
}
}

.category {
Expand All @@ -79,6 +89,12 @@
background: linear-gradient(180deg, #ffcff3 -38.31%, #997c92 174.55%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;

@media(width<=700px){
top: -60px;
font-size: 24px;
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion app/events/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function EventsPage() {
style={{
width: "100vw",
height: "100dvh",
transform: "rotateY(180deg)",
// transform: "rotateY(180deg)",
}}
>
<div className={styles.heading}>
Expand Down
Loading

0 comments on commit 0764ec7

Please sign in to comment.