💄 style: set local main image; no border-radius

This commit is contained in:
welpo 2023-02-09 15:59:37 +01:00
parent f1317e398b
commit e2edab51b7
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -32,7 +32,6 @@
.banner-home-img {
aspect-ratio: 1 / 1;
border-radius: 50%;
max-width: 15rem;
max-height: 15rem;
width: 100%;