~uglyduck/uglyduck.srht.site

d4e057abf4e6d95533b167cfa56c2e50fa928a76 — Bradley Taunt 2 years ago 5163d0a master
Homepage table margin fix and typo change
2 files changed, 2 insertions(+), 1 deletions(-)

M projects.md
M style.css
M projects.md => projects.md +1 -1
@@ 36,7 36,7 @@ description: A collection of on-going and open source projects I've worked on th
  <dt><a target="_blank" href="https://wyf-css.netlify.app/">wyf-css.netlify.app</a></dt>
  <dd>An extremely simplistic CSS "plugin" that toggles the figcaption for individual figure elements.</dd><br>
  <dt><a target="_blank" href="https://tdarb.org/typesafe-css/">uglyduck.ca/typesafe-css</a></dt>
  <dd>A baseline stylesheet that focuses on readibility and perfromance.</dd><br>
  <dd>A baseline stylesheet that focuses on readibility and performance.</dd><br>
  <dt><a target="_blank" href="https://cssgraphs.netlify.com/">cssgraphs.netlify.app</a></dt>
  <dd>A collection of pure CSS graphs with a graceful mobile fallback. Inspired by the data design concepts advocated by Edward Tufte.</dd>
</dl>

M style.css => style.css +1 -0
@@ 30,6 30,7 @@ aside{position:sticky;top:0;width:340px;}
aside .blob{background:ghostwhite;border-radius:8px;margin:1rem 0;padding:20px;}
aside .blob h2{margin-top:0;}
aside .blob p{margin-bottom:0;}
aside .blob table {margin:0.5rem 0 0;}
aside img{border-radius:8px;display:block;margin:1rem 0;max-width:150px;}
.single, section{margin:0 auto;max-width:100%;}
.single .promo, .single h1, .single h2, .single h3, .single h4, .single ul, .single ol, .single p, .single figcaption, .single dl,