Skip to content

Commit

Permalink
Merge pull request #24 from TartejBrothers/Changes
Browse files Browse the repository at this point in the history
Updated Projects Page
  • Loading branch information
TartejBrothers authored Jan 11, 2024
2 parents ebfbd6f + 730fc39 commit d46bf0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
3 changes: 0 additions & 3 deletions src/components/project.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ export default function ProjectPage() {
</form>
</div>
<div className="datesadded">
<div className="datemain">
<h5>Dates Added</h5>
</div>
<div className="datebody">15th November</div>
<div className="datebody">18th November</div>
<div className="datebody">22nd - 30th November </div>
Expand Down
19 changes: 10 additions & 9 deletions src/components/styles/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,14 @@
border: none;
color: #ffffff;
font-size: 20px;
margin-bottom: 80px;
margin-bottom: 40px;
}
.datesadded {
display: flex;
background-color: #ffffff;
justify-content: center;
color: rgba(34, 40, 49, 1);
border-radius: 50px;
overflow-x: scroll;

flex-wrap: wrap;
gap: 20px;
}
.datesadded::-webkit-scrollbar {
Expand All @@ -109,11 +108,12 @@
font-size: 20px;
}
.datebody {
background-color: #b9e0e1;
padding: 5px 20px;
font-size: 18px;
background-color: rgba(38, 111, 114, 0.65);
padding: 10px 20px;
font-size: 28px;
border-radius: 50px;
display: flex;
color: #ffffff;
align-items: center;
}
.calculatebutton {
Expand All @@ -132,7 +132,7 @@
width: 90vw;
}
.datesadded {
width: 90vw;
width: 100%;
flex-direction: column;
}
.datemain {
Expand All @@ -142,7 +142,8 @@
}
.datebody {
justify-content: center;
border-radius: 0px;
border-radius: 40px;
padding: 10px 20px 10px 20px;
font-size: 18px;
}
}

0 comments on commit d46bf0b

Please sign in to comment.