diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-09-12 23:01:45 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-09-12 23:01:45 +0000 |
| commit | df096396a542e87a248089d8d4e9ab3a2b1b5e1a (patch) | |
| tree | 3d837f3df3962c8b626b7359558933a9d4c379fc /public/css/about.css | |
| parent | 89ea076e19c28ebb27b0bd7096b7bb3c319f9563 (diff) | |
| parent | e629cc77768ad029445648540a0dd4129ce869a7 (diff) | |
Merge branch 'hugo' into 'main'
moved to hugo
See merge request kdam0/kumardamani.net!1
Diffstat (limited to 'public/css/about.css')
| -rw-r--r-- | public/css/about.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/public/css/about.css b/public/css/about.css new file mode 100644 index 0000000..6c12ba4 --- /dev/null +++ b/public/css/about.css @@ -0,0 +1,26 @@ +/* About/bio section */ +.about__logo { + height: 1.5rem; +} + +.about__title { + display: inline; + vertical-align: top; +} + +.about__title::before { + content: none; +} + +/* Social media links */ +.aside__social-links { + padding: 0; +} + +.aside__social-links li { + display: inline-block; +} + +.aside__social-links li::marker { + content: none; +} |
