diff --git a/content/_index.md b/content/_index.md index dcb8790..8f9f147 100644 --- a/content/_index.md +++ b/content/_index.md @@ -6,7 +6,7 @@ sort_by = "date" template = "section.html" [extra] -desc = {title = "Hello! I'm tabi~", img = "https://avatars.githubusercontent.com/u/6399341" } +desc = {title = "Hello! I'm tabi~", img = "main.png" } +++ Tabi is a simple theme for [Zola](https://www.getzola.org/). It aims to be a personal page and home to blog posts. It features responsive design, dark and light modes, and high performance. diff --git a/sass/parts/_home-banner.scss b/sass/parts/_home-banner.scss index 4f6fb50..ac66f00 100644 --- a/sass/parts/_home-banner.scss +++ b/sass/parts/_home-banner.scss @@ -32,7 +32,6 @@ .banner-home-img { aspect-ratio: 1 / 1; - border-radius: 50%; max-width: 15rem; max-height: 15rem; width: 100%;