Skip to content

Commit 9c3be65

Browse files
Update style.scss
1 parent f087eb6 commit 9c3be65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/assets/css/style.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ body {
2727
.hero {
2828
background: var(--accent);
2929
color: #fff;
30-
padding: 2rem 1rem;
30+
max-width: 58rem;
31+
margin: 2rem auto;
32+
padding: 2rem 1.5rem;
33+
border-radius: .85rem;
34+
box-shadow: 0 2px 6px rgba(0,0,0,.08);
3135
text-align: center;
3236
}
3337
.hero h1 { margin: 0 0 .25rem; font-size: 2.25rem; }

0 commit comments

Comments
 (0)