diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-03-12 20:54:06 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-03-12 20:54:06 -0400 |
| commit | 8edeebb44d9b3636268d95c30d462593d9a074d8 (patch) | |
| tree | 4d8b53073b8592f5caaff67326195ae823509fda /src/styles/index.css | |
| parent | ae20d39d4d64698977d664a83b8b9454917aacad (diff) | |
| download | personal-website-8edeebb44d9b3636268d95c30d462593d9a074d8.tar.gz personal-website-8edeebb44d9b3636268d95c30d462593d9a074d8.tar.bz2 personal-website-8edeebb44d9b3636268d95c30d462593d9a074d8.zip | |
Logo changes; CSS Tweaks; Package update
Diffstat (limited to 'src/styles/index.css')
| -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; } |
