aboutsummaryrefslogtreecommitdiff
path: root/src/styles/index.css
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-07 22:20:55 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-01-07 22:20:55 -0500
commit57965c763f38db0b7f48cae40169e52274a936cb (patch)
tree8f802a8bb95dfc9d96db330e1608dc094a74e27e /src/styles/index.css
parentb34c5413633ff4faffc626142f0cc83175d94747 (diff)
downloadpersonal-website-57965c763f38db0b7f48cae40169e52274a936cb.tar.gz
personal-website-57965c763f38db0b7f48cae40169e52274a936cb.tar.bz2
personal-website-57965c763f38db0b7f48cae40169e52274a936cb.zip
Added specs; Modified CSS
Diffstat (limited to 'src/styles/index.css')
-rw-r--r--src/styles/index.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/styles/index.css b/src/styles/index.css
index fe388ca..5c05c0b 100644
--- a/src/styles/index.css
+++ b/src/styles/index.css
@@ -21,6 +21,15 @@ h2 {
font-size: 2.5vh;
}
+ul {
+ padding-left: 20px;
+ font-size: 1.1em;
+}
+
+p {
+ font-size: 1.1em;
+}
+
.description {
line-height: 0.4;
}
@@ -41,11 +50,13 @@ h2 {
.information {
display: flex;
flex-direction: column;
+ flex-wrap: wrap;
gap: 2vh;
+ padding: 30px 30px 30px 30px
}
.box {
- padding: 1vw;
+ padding: 2px 10px 10px 25px;
text-align: left;
background: #3B513B;
border-radius: 20px;