assets/css/tools.css in appscms-tools-theme-3.7.1 vs assets/css/tools.css in appscms-tools-theme-3.7.3

- old
+ new

@@ -1626,11 +1626,11 @@ align-items: center; justify-content: center; transition: transform 1s; } -.infographics_section .slide img { +.infographics_section .slide img { width: 200px; height: 100%; /* object-fit: contain; */ } @@ -1638,11 +1638,11 @@ background: none; border: none; } .infographics_section button .fas { - color:#000; + color: #000; } .infographics_section .btn-slide { position: absolute; top: 50%; @@ -1690,14 +1690,17 @@ .appscms-sidebar-right { right: 200px !important; } } @media screen and (min-width: 1920px) { - .feature-card-title, .faq-question{ + .feature-card-title, + .faq-question { font-size: 22px; } - .feature-card-desc,.how-to-list-item,.faq-answer{ + .feature-card-desc, + .how-to-list-item, + .faq-answer { font-size: 18px; } .appscms-sidebar-left { left: 300px !important; } @@ -1757,6 +1760,58 @@ .share-modal-social a { color: #000; } .share-modal-social a i { font-size: 30px; +} +.authors-list { + border-top: 1px solid rgb(224, 224, 224); + margin-top: 100px; + padding: 100px; +} + +.featurePageAuthor { + display: flex; + flex-direction: column; + width: 100%; + justify-content: center; +} + +.featurePageAuthor .author-meta { + width: 500px; + margin: 0 auto; + padding-bottom: 5rem; +} + +.featurePageAuthor .author-meta .authorName { + font-size: 20px; + padding: 1rem 0px; + font-weight: 900; +} + +.featurePageAuthor .author-img { + width: 100px; + height: 100px; + border-radius: 100%; +} + +.featurePageAuthor .author_bio { + font-size: 16px; +} + +@media (max-width: 768px) { + .authors-list { + padding: 25px; + } + + .featurePageAuthor .author-meta { + width: 100%; + } +} +.contributor { + width: 100px; +} +.contributor .contributor-name { + font-size: 13px; + margin-top: 8px; + text-transform: capitalize; }