summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stylesheet.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheet.css b/stylesheet.css
index 33da4e7..3610f90 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -2,7 +2,7 @@ body {
background-color: #f1e9df;
width: 960px;
margin: 0 auto;
- padding-top: 60px;
+ padding: 60px 0 60px 0;
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 60px;