From 55f7927d935dc027fa09bb6ad7df54c3e019aa61 Mon Sep 17 00:00:00 2001 From: Abhijit Kshirsagar Date: Sun, 2 Mar 2025 01:36:42 +0530 Subject: [PATCH] Bio formatting fix --- _config.yml | 2 +- _sass/page.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index bd7aa96..f1edf8b 100755 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ logo: logo.png # filename of a logo image that has been placed into your images owner: name: Abhijit Kshirsagar avatar: kAbhijit_02_600px.jpg - bio: "Asst. Professor
Dept. of EECE
Indian Institute of Technology
Dharwad, Karnataka" + bio: "Asst. Professor
Dept. of EECE
Indian Institute of Technology Dharwad
Karnataka" email: kabhijit [at] iitdh.ac.in # Do not include the @ symbol in your Twitter username twitter: peg_iitdh diff --git a/_sass/page.scss b/_sass/page.scss index 99b1619..eccf805 100644 --- a/_sass/page.scss +++ b/_sass/page.scss @@ -360,6 +360,7 @@ $button-size: 1.5rem; p { font-size: 80%; font-style: italic; + text-align: left; } a, a:hover { border-bottom: 0 solid transparent;