Skip to content

Commit

Permalink
events card
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 6, 2023
1 parent 308994b commit 10c0ef2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 3 additions & 9 deletions src/components/eventCard/EventCard.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
.codeutsava_section3-card-container{
display: inline-block;
aspect-ratio: 1;
transition: .35s;
}

.codeutsava__section3-card {
position: relative;
padding: 1.5rem;
background-image: url("../../assets/images/bg-eventCard.webp");
background-repeat: no-repeat;
Expand All @@ -19,6 +12,7 @@
box-shadow: orange 0 0 8px;
align-items: center;
justify-content: flex-end;
/* min-width: 350px; */
border-radius: 4px;
background-color: white;
}
Expand Down Expand Up @@ -62,7 +56,7 @@

.codeutsava__section3-cardTitle {
font-weight: 900;
font-size: 16px;
font-size: 18px;
margin-top: 2rem;
display: flex;
align-items: center;
Expand All @@ -78,7 +72,7 @@

.codeutsava__section3-date {
margin: 0.5rem 0;
font-size: 14px;
font-size: 16px;
font-weight: 400;
color: var(--secondary-c);
}
Expand Down
8 changes: 7 additions & 1 deletion src/pages/events/Events.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,19 @@

.codeutsava__section3-events-container {
gap: 4rem;
/* overflow-x: scroll;
min-width: 70vw; */
display: flex;
flex-wrap: wrap;
/* justify-content: flex-start; */
justify-content: center;
margin: 4rem auto;
flex-direction: row;
}

/* .codeutsava__section3-events-container::-webkit-scrollbar{
display: none;
} */

.codeutsava__section3-events-container .slider .slick-list {
margin: 0 1rem;
box-sizing: initial;
Expand Down

0 comments on commit 10c0ef2

Please sign in to comment.