From 78b72fc40480f1092448a9bd567abd9ad0cd5870 Mon Sep 17 00:00:00 2001 From: Alex Bigelow Date: Fri, 23 Feb 2024 17:30:02 -0700 Subject: [PATCH] More mobile-friendly banner --- styles/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles/index.css b/styles/index.css index ae26f77..2e190f5 100644 --- a/styles/index.css +++ b/styles/index.css @@ -2,6 +2,14 @@ height: 50vw; text-align: center; } + +@media screen and (orientation: portrait) { + .quarto-title-banner { + height: 100vh; + text-align: center; + } +} + .quarto-title { margin: auto; }