diff options
author | Parker <contact@pkrm.dev> | 2025-05-29 22:57:41 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2025-05-29 22:57:41 -0500 |
commit | 18d749b484615aada04d3833897625b9f9b2c406 (patch) | |
tree | 2c71de552e5a45801c00230a1f085d98ca1e1575 /css/index.css | |
parent | 9bbf8cfbeee98b38ab4b63e9d8e2e721f340ba5f (diff) |
general updates
Diffstat (limited to 'css/index.css')
-rw-r--r-- | css/index.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/css/index.css b/css/index.css index a136a8c..c06a380 100644 --- a/css/index.css +++ b/css/index.css @@ -163,6 +163,13 @@ svg:hover { #about ul li { font-size: 18px; margin-top: 7px; + text-decoration: none; +} + +#about ul li svg { + height: 18px; + width: 18px; + margin: 0; } /* About media query for mobile */ @@ -183,6 +190,11 @@ svg:hover { font-size: 1rem; } + #about ul li svg { + height: 1rem; + width: 1rem; + } + #about ul li { margin-top: 10px; } |