From 372706e42c758e52b9faa8094c79cbd0e89d01cc Mon Sep 17 00:00:00 2001 From: timurgordon Date: Tue, 5 Apr 2022 14:41:50 +0300 Subject: [PATCH] layout fixes --- content/_index.md | 4 +++- css/index.css | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index 58e253f..381900f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -23,7 +23,9 @@ extra: ## **IMETANATION** -The only truly decentralized metaverse on the planet awaits you +The only truly decentralized metaverse + +on the planet awaits you diff --git a/css/index.css b/css/index.css index 3d85929..9639376 100644 --- a/css/index.css +++ b/css/index.css @@ -47,7 +47,7 @@ img[src*="#logo"] { } img[src*="#large"] { - width: 60%; + width: min(60vw, 100vh); margin: auto; } @@ -89,7 +89,7 @@ img[src*="#tft_img"] { @apply text-md not-italic font-normal my-1; } p { - @apply text-2xl; + @apply text-2xl leading-tight; font-family: "Lato", sans-serif; } blockquote {