aboutsummaryrefslogtreecommitdiff
path: root/src/styles/index.css
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-03-12 20:54:06 -0400
committerAndrew Lee <alee14498@protonmail.com>2024-03-12 20:54:06 -0400
commit8edeebb44d9b3636268d95c30d462593d9a074d8 (patch)
tree4d8b53073b8592f5caaff67326195ae823509fda /src/styles/index.css
parentae20d39d4d64698977d664a83b8b9454917aacad (diff)
downloadpersonal-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.css6
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;
}