From e2edab51b798b7100ed46511217f7aa27d5e7a45 Mon Sep 17 00:00:00 2001 From: welpo Date: Thu, 9 Feb 2023 15:59:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20set=20local=20main=20im?= =?UTF-8?q?age;=20no=20border-radius?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/_index.md | 2 +- sass/parts/_home-banner.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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%;