Skip to content

Commit

Permalink
more changes?
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrennan414 committed Dec 5, 2024
1 parent 7157c3c commit ab7b92c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
10 changes: 1 addition & 9 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
display: flex;
justify-content: center;
color: white;
padding: 5%;
font-family: Arial, sans-serif;
padding: 5% 20vh 5% 20vh;
}

@font-face {
Expand Down Expand Up @@ -77,14 +77,6 @@ a {
color: white;
}

.date {
white-space: nowrap;
font-family: "Roboto";
font-size: 14px;
color: #7D8D9D;
padding: 10px;
}

.job-description {
color: #7D8D9D;
font-family: "Roboto";
Expand Down
8 changes: 1 addition & 7 deletions src/components/LeftSection.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,7 @@
color: white;
}

.date {
white-space: nowrap;
font-family: "Roboto";
font-size: 14px;
color: #7D8D9D;
padding: 10px;
}


.job-description {
color: #7D8D9D;
Expand Down
9 changes: 9 additions & 0 deletions src/components/RightSection.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@
flex-direction: column;
padding: 0 0 10% 0;
overflow-y: auto;
}

.date {
white-space: nowrap;
font-family: "Roboto";
font-size: 14px;
color: #7D8D9D;
padding: 10px;
width: 200px;
}

0 comments on commit ab7b92c

Please sign in to comment.