@@ -631,31 +631,57 @@ p {
631631}
632632
633633/* || PUBLICATIONS */
634- .publications-and- conferences {
634+ .publications-conferences-communications {
635635 flex-flow : column nowrap;
636636 height : 100vh ;
637637 margin : var (--MAIN-GAP ) var (--MAIN-LRMARGIN );
638638 gap : var (--MAIN-GAP )
639639}
640640
641- .publications ,
642- .conferences {
643- display : flex;
644- flex-flow : column nowrap;
645- gap : var (--MAIN-GAP );
646- justify-content : center;
647- align-items : center;
641+ .publications-conferences-communications div ,
642+ .publications-conferences-communications ul {
643+ text-align : left;
644+ width : 80% ;
645+ margin : 0 auto;
648646}
649647
650- .publications-and-conferences h2 {
648+ .publications-conferences-communications section {
649+ width : 100% ;
650+ margin : 0 auto var (--MAIN-GAP );
651+ }
652+
653+ .publications-conferences-communications h2 {
654+ text-align : center;
651655 font-size : 2rem ;
656+ margin-bottom : var (--MAIN-GAP );
652657}
653658
654- .publications-and- conferences hr {
659+ .publications-conferences-communications hr {
655660 width : 80% ;
656- align-self : center;
657661 border : none;
658662 border-top : var (--HR-RULE-HEIGHT ) solid var (--NAVY-BLUE );
663+ margin : 0 auto var (--MAIN-GAP )
664+ }
665+
666+ .publications-conferences-communications li {
667+ margin-bottom : .25em ;
668+ list-style-type : disc;
669+ }
670+
671+ .publications-conferences-communications a [href $= ".pdf" ] {
672+ display : inline-block;
673+ padding : .2em .5em ;
674+ margin-left : .5em ;
675+ background-color : var (--NAVY-BLUE );
676+ color : var (--WSM );
677+ text-decoration : none;
678+ border-radius : .25em ;
679+ font-size : calc (1.125rem - .2em );
680+ }
681+
682+ .publications-conferences-communications a [href $= ".pdf" ]: hover {
683+ background-color : var (--NAVY-BLUE-FD );
684+ transition : background-color 0.1s ease;
659685}
660686
661687/* || PHOTOGRAPHY */
@@ -1167,7 +1193,7 @@ pre {
11671193
11681194 .nav-bar-active .intro-fig ,
11691195 .nav-bar-active .cv ,
1170- .nav-bar-active .publications-and- conferences ,
1196+ .nav-bar-active .publications-conferences-communications ,
11711197 .nav-bar-active .photography ,
11721198 .nav-bar-active .blog {
11731199 margin-top : calc (var (--HEADER-TBPADDING ) * 2 + 2.5rem - 7px + 5.75rem );
@@ -1219,7 +1245,7 @@ pre {
12191245 .exp h2 ,
12201246 .edu h2 ,
12211247 .gallery-header h2 ,
1222- .publications-and- conferences h2 ,
1248+ .publications-conferences-communications h2 ,
12231249 .ai-cv-blog h2 {
12241250 font-size : 1.75rem ;
12251251 }
@@ -1304,6 +1330,14 @@ pre {
13041330 font-size : 1.25rem ;
13051331 }
13061332
1333+ .publications-conferences-communications li {
1334+ margin-bottom : .2em ;
1335+ }
1336+
1337+ .publications-conferences-communications a [href $= ".pdf" ] {
1338+ font-size : calc (1rem - .2em );
1339+ }
1340+
13071341 .gallery-header ul {
13081342 font-size : 1rem ;
13091343 }
@@ -1406,7 +1440,7 @@ pre {
14061440 .exp h2 ,
14071441 .edu h2 ,
14081442 .gallery-header h2 ,
1409- .publications-and- conferences h2 ,
1443+ .publications-conferences-communications h2 ,
14101444 .ai-cv-blog h2 {
14111445 font-size : 1.5rem ;
14121446 }
@@ -1485,6 +1519,14 @@ pre {
14851519 font-size : 1rem ;
14861520 }
14871521
1522+ .publications-conferences-communications li {
1523+ margin-bottom : .2em ;
1524+ }
1525+
1526+ .publications-conferences-communications a [href $= ".pdf" ] {
1527+ font-size : calc (0.875rem - .2em );
1528+ }
1529+
14881530 .gallery-header ul {
14891531 font-size : 0.875rem ;
14901532 }
@@ -1582,7 +1624,7 @@ pre {
15821624 .exp h2 ,
15831625 .edu h2 ,
15841626 .gallery-header h2 ,
1585- .publications-and- conferences h2 ,
1627+ .publications-conferences-communications h2 ,
15861628 .ai-cv-blog h2 {
15871629 font-size : 1.5rem ;
15881630 }
0 commit comments