diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-22 18:08:25 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-22 18:08:25 +0000 |
commit | f72b069f3810a86904b1e9b0edbe7f88ea34f8f8 (patch) | |
tree | 923fcba478fb76a9e9725375d69b5a2a4b98808f | |
parent | 7d22ac930a8c3a0d6b0fa2b8e534c1e49d948f67 (diff) |
Fixes
-rw-r--r-- | index.html | 5 | ||||
-rw-r--r-- | style.css | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -14,7 +14,7 @@ <div class="info"> <h1>Joanna Lemon Learning</h1> <p> - Former primary school teacher, dedicated to creating colourful and + Experienced primary school teacher, dedicated to creating colourful and clear educational learning resources. </p> </div> @@ -165,7 +165,8 @@ </div> <div> <p id="sewing-blurb"> - I was a stay-at-home Mum and Ofsted-registered child-minder who needed resources, so I made my own! Once I started I couldn't stop and so opened my <a href="https://joannalemon.etsy.com/" target="_blank">Etsy shop</a>... Every piece is unique and I'm designing new pieces all the time! + I was a stay-at-home Mum and Ofsted-registered child-minder who needed resources, so I made my own! Once I started + sewing, I couldn't stop and so I opened my <a href="https://joannalemon.etsy.com/" target="_blank">Etsy shop</a>... Every piece is unique and I'm designing new pieces all the time! </p> </div> </div> @@ -206,6 +206,11 @@ img { padding-top: 10px; padding-right: 20px; } + .inner-grid_1 p#sewing-blurb { + font-size: 1.4rem; + padding-top: 5px; + padding-right: 20px; + } } @media only screen and (max-width: 900px) { |