From 0a8400c20f2939592f7b2b60fd405039973d920d Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Sun, 29 Jun 2025 12:21:06 +0200 Subject: [PATCH] update font --- public/main.css | 13 +++++++++++-- views/index.erb | 20 +++++++++++--------- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/public/main.css b/public/main.css index 522e99b..4f622b6 100644 --- a/public/main.css +++ b/public/main.css @@ -1,6 +1,8 @@ body { margin: 0px; - font: 1.8rem "Fira Sans", sans-serif; + font-family: "Sour Gummy", sans-serif; + font-weight: 350; + font-style: normal; } .mode { @@ -15,6 +17,7 @@ body { .title { grid-area: title; margin: 30px; + font-size: 2rem; } .legend .bar-creatif { @@ -89,9 +92,10 @@ main { grid-area: tracker; display: grid; grid-template-columns: 1fr 1fr; - grid-template-rows: 2fr 6fr 1fr; + grid-template-rows: 2fr 1fr 6fr 1fr; grid-template-areas: "title title" + "info-day info-day" "moods moods" ". legend"; background-color: lightgoldenrodyellow; @@ -107,6 +111,10 @@ main { margin: 30px; } + .info-day { + grid-area: info-day; + margin: 30px; + } .info { grid-area: info; @@ -127,6 +135,7 @@ main { max-height: 100%; display: flex; flex-direction: column; + overflow: hidden; } .legend { diff --git a/views/index.erb b/views/index.erb index 2220953..c903c97 100644 --- a/views/index.erb +++ b/views/index.erb @@ -3,21 +3,22 @@ + + + +