Skip to content

Commit

Permalink
eventcard
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 17, 2023
1 parent 59764a2 commit f6ba46c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
11 changes: 6 additions & 5 deletions src/components/eventCard/EventCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
gap: 2rem;
border-radius: 4px;
width: 100%;
padding: 5em 0;
padding: 3rem 0;
position: relative;
background-color: #b079c11d;
backdrop-filter: blur(10px);
Expand Down Expand Up @@ -89,7 +89,6 @@
}

.dets .dets-top {
height: 30%;
display: flex;
flex-direction: column;
align-items: flex-start;
Expand All @@ -98,7 +97,6 @@
}

.dets .dets-bottom {
height: 35%;
display: flex;
flex-direction: column;
justify-content: space-between;
Expand Down Expand Up @@ -129,7 +127,7 @@
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 3rem;
margin: 2rem 0rem;
}

.details .head-blocks {
Expand Down Expand Up @@ -435,13 +433,15 @@

.dets .dets-top {
display: flex;
gap: 1rem;
flex-direction: column;
align-items: center;
justify-content: center;
}

.dets .dets-bottom {
display: flex;
gap: 1rem;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
Expand Down Expand Up @@ -477,6 +477,7 @@
align-items: center;
justify-content: space-between;
margin-bottom: 1rem;
padding: 0rem 3rem;
}

.dets-bottom .book-now {
Expand Down Expand Up @@ -544,4 +545,4 @@
/* width: 100%; */
height: 100%;
}
}
}
4 changes: 2 additions & 2 deletions src/components/navbar/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,15 @@ const Navbar = () => {
</a>
</Link>
</li>
<li className="codeutsava__navbar-hamburger-navitem">
{/* <li className="codeutsava__navbar-hamburger-navitem">
<Link to="/speakers">
<a href="#speakers" onClick={toggleMenu}>
<h3 className="codeutsava__navbar-hamburger-menu-heading">
Speakers
</h3>
</a>
</Link>
</li>
</li> */}
<li className="codeutsava__navbar-hamburger-navitem">
<a href="#format" onClick={toggleMenu}>
<h3 className="codeutsava__navbar-hamburger-menu-heading">
Expand Down
1 change: 1 addition & 0 deletions src/pages/events/Events.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

.codeutsava__section3-events-container {
gap: 4rem;
min-height: 500px;
/* overflow-x: scroll;
min-width: 70vw; */
display: flex;
Expand Down

0 comments on commit f6ba46c

Please sign in to comment.