diff --git a/content/style.css b/content/style.css index 02ca89d..6d43845 100644 --- a/content/style.css +++ b/content/style.css @@ -23,6 +23,10 @@ grid-column: 2 / 3; grid-row: 3; } + div.item-4 { + grid-column: 2 / 3; + grid-row: 9; + } body { font-size: 1em; }