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 /style.css | |
parent | fa5220a0bf52d0b8a4bf7b747ef328d674588fd6 (diff) |
Fixes
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 */ } |