Skip to content

Commit

Permalink
Merge pull request #113 from Shivangbhatnagar237/dev
Browse files Browse the repository at this point in the history
fix(svg): fixed dashed ellipse and improve card positioning
  • Loading branch information
virajchandra51 authored Oct 6, 2023
2 parents 10c0ef2 + 557d1d5 commit 9b3b1aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/home/sections/section5/Section5.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
.codeutsava__section5-format-container {
grid-template-rows: repeat(8, minmax(0px, 1fr));
grid-template-columns: repeat(16, minmax(0px, 1fr));
gap: 4px;
background-image: url("../../../../assets/images/hackathonBg.svg");
background-repeat: no-repeat;
background-position: 24% 35%;
Expand All @@ -43,7 +42,7 @@
}

.codeutsava__section5-format-card {
padding: 32px 48px;
padding: 32px 20px;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down

0 comments on commit 9b3b1aa

Please sign in to comment.