Skip to content

Commit

Permalink
Merge pull request #152 from IEEEUCSC/main
Browse files Browse the repository at this point in the history
Updated
  • Loading branch information
Udeesha-Prabhashana authored Feb 8, 2024
2 parents 9ad41af + 59946b4 commit 3eb9b99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

.content{
background-color: #18113A;
overflow: hidden;
max-width: 100vw;
}
7 changes: 5 additions & 2 deletions Frontend/src/Components/Prizes/Prizes.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,18 @@
}
.prizeHead {
width: 93%;
white-space: nowrap;
min-width: 20vw;
display: flex;
align-items: center;
justify-content: right;
margin-bottom: 50px;
}
.shape {
.prizeDiv .shapePrize {
width: 20%;
/* width: auto !important; */
height: 45px;
background: linear-gradient(to right, #782a84,#575254);
background: linear-gradient(to right, #782a84,#782a84);
padding: 20px;
text-align: center;
color: #ffffff;
Expand Down
2 changes: 1 addition & 1 deletion Frontend/src/Components/Prizes/Prizes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Prizes = () => {
return (
<div className="prizeDiv" id ={"prize"}>
<div className="prizeHead" data-aos="fade-left" data-aos-duration="1000">
<div className="shape">
<div className="shapePrize">
<h1 className="font-sfont font-semibold tracking-wider">
<span>Awards for Winners</span>
</h1>
Expand Down

0 comments on commit 3eb9b99

Please sign in to comment.