From 6cbb939a91233a1408ac8a9995325912405e5bc3 Mon Sep 17 00:00:00 2001 From: cbh778899 Date: Fri, 6 Sep 2024 17:24:31 +1000 Subject: [PATCH] update style Signed-off-by: cbh778899 --- src/styles/home.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/styles/home.css b/src/styles/home.css index 44534e2..6a01711 100644 --- a/src/styles/home.css +++ b/src/styles/home.css @@ -150,8 +150,11 @@ section.projects > .project-view > .details > video { section.welcome { padding: 20px; } + section.welcome > .title { + font-size: 40px; + } section.projects > .project-view { - --project-show-height: 300px; + --project-show-height: 400px; width: 100%; overflow-y: auto; scroll-snap-type: y mandatory;