This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

add links to summary card

+13 -5
+11 -3
src/components/Resources/Resources.css
··· 388 388 font-weight: 600; 389 389 font-family: articulat-cf; 390 390 white-space: nowrap; 391 + padding-top: 3px; 391 392 } 392 393 393 394 /* ======= Content Sections ======= */ ··· 742 743 } 743 744 } 744 745 745 - @media (max-width: 480px) { 746 + @media (max-width: 400px) { 746 747 .resources-page { 747 748 max-width: 100%; 748 749 } 749 750 750 751 .resources-header h1 { 751 - font-size: 1.3rem; 752 + font-size: 1.4rem; 753 + } 754 + 755 + .header-tagline p { 756 + font-size: 0.9rem; 752 757 } 753 758 754 759 .toggle-filters { ··· 760 765 .search-filters-container { 761 766 align-items: stretch; 762 767 flex-direction: row; 763 - gap: 2.5rem; 764 768 } 765 769 766 770 .filter-dropdown { 767 771 display: flex; 768 772 flex-direction: column; 773 + } 774 + 775 + .filters-row { 776 + align-items: center; 769 777 } 770 778 771 779 }
+1 -1
src/components/UserProfile/UserProfile.css
··· 404 404 display: flex; 405 405 flex-direction: column; 406 406 align-items: center; 407 - gap: 20px; 407 + gap: 17px; 408 408 justify-self: center; 409 409 margin-right: -31.3px; 410 410 margin-top: 11.5px;
+1 -1
src/components/UserProfile/components/NarrativeCard.js
··· 19 19 {narrative2 && <p>{narrative2}</p>} 20 20 {narrative3 && <p>{narrative3}</p>} 21 21 </div> 22 - <p><Link to="/methodology" className="narrative-methodology-link">Learn more about the scoring methodology</Link> and definitions contained in this summary.</p> 22 + <p>Learn more about the <Link to="/methodology" className="narrative-methodology-link">scoring methodology</Link> and <Link to="/definitions" className="narrative-methodology-link">key terms/definitions</Link> contained in this summary. Then check out the <Link to="/resources" className="narrative-methodology-link">resources page</Link> to take action!</p> 23 23 <div className="disclaimer"> 24 24 <p><strong>NOTE: </strong>This summary was <strong>not</strong> generated using AI.</p> 25 25 </div>