 /* -------------------------------------------------------------------------- */ /*                  PROJECT                 */ /* -------------------------------------------------------------------------- */ body.archive #content article.project { padding:0!important;} body.archive #content article.project .ast-blog-featured-section { width:50%;} body.archive #content article.project .entry-title, body.archive #content article.project .entry-title a { display:flex;text-align:center;font-family:var(--gms-font-header);line-height:1.5em;font-weight:bolder;font-size:larger;color:var(--ast-global-color-2);padding-top:0.2em;} body.archive #content article.project .ast-excerpt-container, /* ------------------- Zebra Left and Right Flex Direction ------------------ */ body.archive #content article.project:nth-child(even) { flex-direction:row-reverse!important;} body.archive #content article.project:nth-child(odd) { flex-direction:row!important;} 