fix: padding on mobile

This commit is contained in:
httpjamesm
2023-05-22 13:52:45 -04:00
parent ee98192f7d
commit 4389c24fc8
+2
View File
@@ -24,6 +24,8 @@ body {
display: flex;
justify-content: center;
align-items: center;
padding: 3rem;
box-sizing: border-box;
}
.hero .container {