summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-03-22 17:55:09 +0000
committerMatthew Lemon <y@yulqen.org>2024-03-22 17:55:09 +0000
commit7d22ac930a8c3a0d6b0fa2b8e534c1e49d948f67 (patch)
tree0857976dbb48b86d1b3aeeedd947bbb7277f0bf9
parentfa5220a0bf52d0b8a4bf7b747ef328d674588fd6 (diff)
Fixes
-rw-r--r--index.html2
-rw-r--r--style.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index fc770e2..cbd7821 100644
--- a/index.html
+++ b/index.html
@@ -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>
diff --git a/style.css b/style.css
index 4de5580..d553325 100644
--- a/style.css
+++ b/style.css
@@ -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 */
}