diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/index.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/styles/index.css b/src/styles/index.css index c581da0..0404e7c 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -43,12 +43,16 @@ } .box { - padding: 2px 10px 10px 25px; + padding: 20px 20px 20px 25px; text-align: left; background: #3B513B; border-radius: 20px; } +.box h1 { + margin-top: 0.2em; +} + .box:nth-child(1), .box:nth-child(2) { grid-column: 1; } |
