this repo has no description
0
fork

Configure Feed

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

Add breathing room above/below footer hr in one-pager

+2 -2
+1 -1
data/build-one-pager.mjs
··· 174 174 .insight-num { background: rgb(71, 11, 0); color: #fff; font-size: 9px; font-weight: 700; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; } 175 175 .insight-text { font-size: 11px; line-height: 1.45; color: #1d1d1d; } 176 176 177 - .footer { font-size: 9px; color: #686868; text-align: center; margin-top: 2px; padding-top: 3px; border-top: 1px solid rgba(71, 11, 0, 0.15); } 177 + .footer { font-size: 9px; color: #686868; text-align: center; margin-top: 8px; padding-top: 6px; border-top: 1px solid rgba(71, 11, 0, 0.15); } 178 178 179 179 .pass { color: #1f6e1f; } 180 180 .fail { color: #a33; }
+1 -1
one-pager.html
··· 58 58 .insight-num { background: rgb(71, 11, 0); color: #fff; font-size: 9px; font-weight: 700; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; } 59 59 .insight-text { font-size: 11px; line-height: 1.45; color: #1d1d1d; } 60 60 61 - .footer { font-size: 9px; color: #686868; text-align: center; margin-top: 2px; padding-top: 3px; border-top: 1px solid rgba(71, 11, 0, 0.15); } 61 + .footer { font-size: 9px; color: #686868; text-align: center; margin-top: 8px; padding-top: 6px; border-top: 1px solid rgba(71, 11, 0, 0.15); } 62 62 63 63 .pass { color: #1f6e1f; } 64 64 .fail { color: #a33; }