diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-22 13:59:39 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-22 13:59:39 +0000 |
commit | c7e5bf8ae6cfbe94d370d1349e19a116619a1b9d (patch) | |
tree | b59c6473bf044b7e3790007b1549243dc7de8f65 | |
parent | 1aa55645f90daeb9d4f943ae7d52bf059dc362f9 (diff) |
Increases margine
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ img { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; - margin: 10px 10px 10px 0px; + margin: 22px 10px 10px 0px; } .inner-grid_1 p { |