Skip to content

Commit ab7b92c

Browse files
committed
more changes?
1 parent 7157c3c commit ab7b92c

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

src/App.css

+1-9
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
display: flex;
77
justify-content: center;
88
color: white;
9-
padding: 5%;
109
font-family: Arial, sans-serif;
10+
padding: 5% 20vh 5% 20vh;
1111
}
1212

1313
@font-face {
@@ -77,14 +77,6 @@ a {
7777
color: white;
7878
}
7979

80-
.date {
81-
white-space: nowrap;
82-
font-family: "Roboto";
83-
font-size: 14px;
84-
color: #7D8D9D;
85-
padding: 10px;
86-
}
87-
8880
.job-description {
8981
color: #7D8D9D;
9082
font-family: "Roboto";

src/components/LeftSection.css

+1-7
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,7 @@
7373
color: white;
7474
}
7575

76-
.date {
77-
white-space: nowrap;
78-
font-family: "Roboto";
79-
font-size: 14px;
80-
color: #7D8D9D;
81-
padding: 10px;
82-
}
76+
8377

8478
.job-description {
8579
color: #7D8D9D;

src/components/RightSection.css

+9
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,13 @@
44
flex-direction: column;
55
padding: 0 0 10% 0;
66
overflow-y: auto;
7+
}
8+
9+
.date {
10+
white-space: nowrap;
11+
font-family: "Roboto";
12+
font-size: 14px;
13+
color: #7D8D9D;
14+
padding: 10px;
15+
width: 200px;
716
}

0 commit comments

Comments
 (0)