diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-22 17:55:09 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-22 17:55:09 +0000 |
commit | 7d22ac930a8c3a0d6b0fa2b8e534c1e49d948f67 (patch) | |
tree | 0857976dbb48b86d1b3aeeedd947bbb7277f0bf9 | |
parent | fa5220a0bf52d0b8a4bf7b747ef328d674588fd6 (diff) |
Fixes
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | style.css | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -14,7 +14,7 @@ <div class="info"> <h1>Joanna Lemon Learning</h1> <p> - Qualitied, experienced primary school teacher, dedicated to creating colourful and + Former primary school teacher, dedicated to creating colourful and clear educational learning resources. </p> </div> @@ -177,6 +177,11 @@ img { padding-top: 1px; margin-bottom: 5px; } + .inner-grid_1 p#sewing-blurb { + font-size: 1.5rem; + color: darkgray; + padding-right: 10px; +} .inner-grid_2 { grid-template-columns: 1fr; /* Switch to single column layout */ } |