33
33
letter-spacing : 0.1em ;
34
34
}
35
35
36
- p {
36
+ p ,
37
+ ol ,
38
+ ul {
37
39
line-height : 1.5em ;
38
40
padding-bottom : 1em ;
39
41
/* letter-spacing: 0.05em; */
40
42
}
41
43
42
- p : last-child {
44
+ p : last-child ,
45
+ ol : last-child ,
46
+ ul : last-child {
43
47
padding-bottom : 0 ;
44
48
}
45
49
@@ -269,6 +273,14 @@ main.area.thoughts {
269
273
background : rgb (0 , 105 , 79 );
270
274
}
271
275
276
+ main .thoughts section h3 {
277
+ text-transform : none;
278
+ }
279
+
280
+ main .thoughts .details {
281
+ background : rgb (1 , 65 , 49 );
282
+ }
283
+
272
284
main .profile {
273
285
min-height : 0 ;
274
286
background : rgb (17 , 50 , 143 );
@@ -278,24 +290,26 @@ main.profile.details {
278
290
background : rgb (12 , 36 , 102 );
279
291
}
280
292
281
- main .profile .employment .employment-details h3 {
293
+ main .header-details h1 ,
294
+ main .header-details h2 ,
295
+ main .header-details h3 {
282
296
text-transform : none;
283
297
display : inline-block;
284
298
padding-right : 10px ;
285
299
padding-bottom : 15px ;
286
300
}
287
301
288
- main . profile . employment . employment -details h4 {
302
+ main . header -details h4 {
289
303
padding-bottom : 10px ;
290
304
}
291
305
292
- main . profile . employment . employment -details p {
306
+ main . header -details p {
293
307
display : inline-block;
294
308
margin-bottom : 15px ;
295
309
}
296
310
297
311
@media only screen and (max-width : 600px ) {
298
- main . profile . employment . employment -details h3 {
312
+ main . header -details h3 {
299
313
display : block;
300
314
}
301
315
}
@@ -437,23 +451,105 @@ section.area {
437
451
}
438
452
}
439
453
454
+ .article section .area {
455
+ border-left : none;
456
+ padding-left : 0 ;
457
+ }
458
+
459
+ .article img {
460
+ max-width : 100% ;
461
+ }
462
+
463
+ .article .header-details {
464
+ padding-left : 20px ;
465
+ border-left : 5px solid # fff ;
466
+ margin-bottom : 20px ;
467
+ }
468
+
469
+ .article .header-details > * {
470
+ margin-bottom : 0 ;
471
+ }
472
+
440
473
section .area h2 ,
441
474
h3 {
442
475
padding-bottom : 1em ;
443
476
text-transform : lowercase;
444
477
}
445
478
446
- .em {
479
+ .em ,
480
+ strong {
447
481
font-weight : bold;
448
482
}
449
483
450
- .em2 {
484
+ .em2 ,
485
+ blockquote ,
486
+ em {
451
487
padding-right : 0.1em ;
452
488
font-style : italic;
453
489
}
454
490
455
491
.tag {
456
492
background : rgba (0 , 0 , 0 , 0.2 );
457
- padding : 5px 10px ;
493
+ padding : 5px 10px !important ;
458
494
font-size : 0.8em ;
459
495
}
496
+
497
+ .article section .area h1 {
498
+ font-size : 1.8em ;
499
+ line-height : 1.2em ;
500
+ }
501
+
502
+ .article section .area h2 ,
503
+ .article section .area h3 ,
504
+ .article section .area h4 ,
505
+ .article section .area h5 ,
506
+ .article section .area h6 {
507
+ padding-left : 10px ;
508
+ padding-bottom : 0 ;
509
+ margin-top : 10px ;
510
+ margin-bottom : 5px ;
511
+ text-transform : none;
512
+ }
513
+
514
+ .article section .area p {
515
+ text-align : justify;
516
+ }
517
+
518
+ .article section .area p ,
519
+ .article section .area img ,
520
+ .article section .area ol ,
521
+ .article section .area ul {
522
+ margin-left : 10px ;
523
+ }
524
+
525
+ .article section .area ol li ,
526
+ .article section .area ul li {
527
+ display : block;
528
+ margin-bottom : 5px ;
529
+ }
530
+
531
+ .article section .area ol li : before ,
532
+ .article section .area ul li : before {
533
+ content : " - " ;
534
+ margin-left : 10px ;
535
+ }
536
+
537
+ @media only screen and (max-width : 600px ) {
538
+ .article section .area h2 ,
539
+ .article section .area h3 ,
540
+ .article section .area h4 ,
541
+ .article section .area h5 ,
542
+ .article section .area h6 ,
543
+ .article section .area p ,
544
+ .article section .area img ,
545
+ .article section .area ol li : before ,
546
+ .article section .area ul li : before {
547
+ padding-left : 0 ;
548
+ margin-left : 0 ;
549
+ }
550
+
551
+ .article section .area {
552
+ margin-left : 10px ;
553
+ margin-right : 10px ;
554
+ }
555
+ }
0 commit comments