From e1ffc8d76e68de3c184dafcce0f60f698001a339 Mon Sep 17 00:00:00 2001 From: Morgan Creekmore Date: Tue, 8 Oct 2024 22:51:20 -0500 Subject: [PATCH] Cleanup about page --- templates/about.html | 1 - themes/doingstuff-zola/sass/doingstuff/_about.scss | 13 ++++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/about.html b/templates/about.html index 7e2fa4c..1a92727 100644 --- a/templates/about.html +++ b/templates/about.html @@ -31,7 +31,6 @@
{{ macros::svg_mail() }} {{ macros::svg_github() }} - {{ macros::svg_linkedin() }} {{ macros::svg_mastadon() }}
diff --git a/themes/doingstuff-zola/sass/doingstuff/_about.scss b/themes/doingstuff-zola/sass/doingstuff/_about.scss index 80993d3..c21223e 100644 --- a/themes/doingstuff-zola/sass/doingstuff/_about.scss +++ b/themes/doingstuff-zola/sass/doingstuff/_about.scss @@ -2,6 +2,9 @@ margin-top: 3rem; text-align: center; font-weight: 600; + max-width: 25rem; + margin-left: auto; + margin-right: auto; } .about h1 { @@ -9,14 +12,16 @@ } .avatar { - width: 20rem; + width: 15rem; border-radius: 50%; -webkit-border-radius: 50%; - -moz-border-radius: 50%; + -moz-border-radius: 50%; max-width: 60%; box-sizing: border-box; display: block; margin: auto; + border: 5px solid #fff; + height: auto } .icons { @@ -42,6 +47,4 @@ .icon:hover { color: $link-hover-color; fill: $link-hover-color; -} - - \ No newline at end of file +} \ No newline at end of file