diff options
author | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-18 23:58:07 -0300 |
---|---|---|
committer | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-18 23:58:07 -0300 |
commit | 476493c61679764b33734512f023a627dcca9ecf (patch) | |
tree | 0db36282ab18c2b8d6eb15efab2eb49ef2eb8de3 /css/about.css |
Diffstat (limited to 'css/about.css')
-rw-r--r-- | css/about.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/css/about.css b/css/about.css new file mode 100644 index 0000000..1796618 --- /dev/null +++ b/css/about.css @@ -0,0 +1,21 @@ +.aside__social-links { + position: fixed; +} + +.aside__social-links li { + font-size: 0.7rem; + font-weight: 600; + text-align: left; + padding-left: 0px; + margin-top: 10px; + border-bottom: 1px solid var(--white); +} + +.aside__social-links li::marker { + content: none; +} + +.aside__social-links a { + padding: 2px; + text-decoration: none; +} |