this repo has no description
0
fork

Configure Feed

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

adjusted header size

Altagos 97a8e581 917a38b1

+14
+14
src/_includes/sass/root.scss
··· 90 90 body { 91 91 padding: 0 1em; 92 92 } 93 + 94 + header { 95 + line-height: normal; 96 + h1 { 97 + font-size: 2.5rem; 98 + } 99 + } 93 100 } 94 101 95 102 @media only screen and (max-width: 800px) and (min-width: 321px) { 96 103 body { 97 104 padding: 0 2em; 105 + } 106 + 107 + header { 108 + line-height: normal; 109 + h1 { 110 + font-size: 3rem; 111 + } 98 112 } 99 113 }