Merge pull request #20 from welpo/style/main-image

💄 style/main image
This commit is contained in:
Óscar 2023-02-09 16:01:05 +01:00 committed by GitHub
commit 5e8ed33e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ sort_by = "date"
template = "section.html" template = "section.html"
[extra] [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. 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.

BIN
content/main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

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