From bb92f07f003fb8e90776a196684bf89e4fe1e50b Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Mon, 7 Oct 2024 21:00:03 +0200 Subject: [PATCH] Use full screen height for mobile post layout --- src/newsreader/scss/components/post/_post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newsreader/scss/components/post/_post.scss b/src/newsreader/scss/components/post/_post.scss index c8b96ee..200d63f 100644 --- a/src/newsreader/scss/components/post/_post.scss +++ b/src/newsreader/scss/components/post/_post.scss @@ -17,7 +17,7 @@ @media (max-width: $mobile-breakpoint) { width: 100%; - height: 80%; + height: 100%; margin: 0; }