This repository has no description
0

Configure Feed

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

fix styles

+22 -20
+22 -20
app/src/app/page.module.css
··· 23 23 .tagline { 24 24 font-size: 1.5rem; 25 25 margin-bottom: 0.6rem; 26 - color: var(--primary-color); 27 26 word-wrap: break-word; 28 27 hyphens: auto; 29 - line-height: 1.4; 28 + line-height: 1.5rem; 30 29 text-align: center; 30 + font-weight: 500; 31 + color: var(--primary-color); 31 32 } 32 33 33 34 .description { 34 - font-size: 1.1rem; 35 - color: var(--text-color); 36 - margin: 0 0 0.6rem 0; 37 - line-height: 1.5; 38 - word-wrap: break-word; 39 - text-align: center; 40 - } 41 - 42 - .donateText { 43 35 font-size: 1rem; 44 36 color: var(--text-color); 45 37 margin: 0 0 0.6rem 0; 46 - line-height: 1.5; 38 + line-height: 1.4; 47 39 word-wrap: break-word; 48 40 text-align: center; 49 41 } 50 42 51 - .creditLine { 52 - font-size: 0.9rem; 53 - margin-top: 0.2rem; 43 + .donateText, .creditLine { 44 + font-size: 0.85rem; 54 45 color: var(--timestamp-color); 46 + margin: 0 0 0.4rem 0; 47 + line-height: 1.3; 48 + word-wrap: break-word; 55 49 text-align: center; 56 50 } 57 51 ··· 69 63 @media (max-width: 600px) { 70 64 .tagline { 71 65 font-size: 1.3rem; 66 + line-height: 1.4rem; 72 67 } 73 68 74 69 .description { 75 - font-size: 1rem; 70 + font-size: 0.95rem; 76 71 } 77 72 78 - .donateText { 79 - font-size: 0.9rem; 73 + .donateText, .creditLine { 74 + font-size: 0.8rem; 80 75 } 81 76 } 82 77 83 78 @media (max-width: 400px) { 84 79 .tagline { 85 80 font-size: 1.2rem; 81 + line-height: 1.3rem; 86 82 } 87 83 88 - .description, .donateText { 89 - font-size: 0.85rem; 84 + .description { 85 + font-size: 0.9rem; 86 + } 87 + 88 + .donateText, .creditLine { 89 + font-size: 0.75rem; 90 90 } 91 91 } 92 + 93 + /* Rest of your existing CSS */ 92 94 93 95 .userInfo { 94 96 color: var(--text-color);