summaryrefslogtreecommitdiffstats
path: root/style.css
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 /style.css
parentfa5220a0bf52d0b8a4bf7b747ef328d674588fd6 (diff)
Fixes
Diffstat (limited to '')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
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 */
}