File tree 3 files changed +11
-16
lines changed
3 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 6
6
display : flex;
7
7
justify-content : center;
8
8
color : white;
9
- padding : 5% ;
10
9
font-family : Arial, sans-serif;
10
+ padding : 5% 20vh 5% 20vh ;
11
11
}
12
12
13
13
@font-face {
77
77
color : white;
78
78
}
79
79
80
- .date {
81
- white-space : nowrap;
82
- font-family : "Roboto" ;
83
- font-size : 14px ;
84
- color : # 7D8D9D ;
85
- padding : 10px ;
86
- }
87
-
88
80
.job-description {
89
81
color : # 7D8D9D ;
90
82
font-family : "Roboto" ;
Original file line number Diff line number Diff line change 73
73
color : white;
74
74
}
75
75
76
- .date {
77
- white-space : nowrap;
78
- font-family : "Roboto" ;
79
- font-size : 14px ;
80
- color : # 7D8D9D ;
81
- padding : 10px ;
82
- }
76
+
83
77
84
78
.job-description {
85
79
color : # 7D8D9D ;
Original file line number Diff line number Diff line change 4
4
flex-direction : column;
5
5
padding : 0 0 10% 0 ;
6
6
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 ;
7
16
}
You can’t perform that action at this time.
0 commit comments