File tree Expand file tree Collapse file tree 1 file changed +55
-1
lines changed
Expand file tree Collapse file tree 1 file changed +55
-1
lines changed Original file line number Diff line number Diff line change 201201 }
202202}
203203
204+ /* Education section specific styling */
205+ # education .resume-role {
206+ margin : 1rem 0 ;
207+ padding : 0.8rem 0 ;
208+ border-top : 1px solid # f0f0f0 ;
209+ }
210+
211+ # education .resume-role : first-child {
212+ border-top : 0 ;
213+ padding-top : 0 ;
214+ }
215+
216+ # education h3 {
217+ font-size : 1.4rem !important ;
218+ font-weight : 600 ;
219+ margin : 0 0 0.3rem 0 ;
220+ color : # 333 ;
221+ }
222+
223+ # education .meta {
224+ color : # 666 ;
225+ font-size : 1.15rem !important ;
226+ font-style : italic;
227+ margin-bottom : 0 ;
228+ }
229+
230+ /* Projects section specific styling */
231+ # projects .resume-role {
232+ margin : 1.2rem 0 ;
233+ padding : 0.8rem 0 ;
234+ border-top : 1px solid # f0f0f0 ;
235+ }
236+
237+ # projects .resume-role : first-child {
238+ border-top : 0 ;
239+ padding-top : 0 ;
240+ }
241+
242+ # projects h3 {
243+ font-size : 1.4rem !important ;
244+ font-weight : 600 ;
245+ margin : 0 0 0.5rem 0 ;
246+ color : # 333 ;
247+ }
248+
249+ # projects p {
250+ font-size : 1.2rem !important ;
251+ line-height : 1.5 ;
252+ color : # 444 ;
253+ margin : 0 ;
254+ }
255+
204256/* Item dates */
205257.item-dates {
206258 color : # 666 ;
207- font-size : 0.9em ;
259+ font-size : 1.1rem !important ;
260+ font-weight : 400 ;
208261}
209262
210263/* Role notes */
211264.role-note {
212265 color : # 666 ;
213266 font-style : italic;
214267 margin : 1rem 0 ;
268+ font-size : 1.15rem !important ;
215269}
216270
217271/* Mobile */
You can’t perform that action at this time.
0 commit comments