From 2399cd2a4012c83e38bab657b4093feb0410a998 Mon Sep 17 00:00:00 2001 From: oldoc63 Date: Fri, 1 Apr 2022 11:45:59 -0400 Subject: [PATCH] Use rem units to make the h1 text equivalent to 40 pixels #787 --- tsunamiCoffee/resources/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsunamiCoffee/resources/css/style.css b/tsunamiCoffee/resources/css/style.css index a1cbbc5..3071cb2 100644 --- a/tsunamiCoffee/resources/css/style.css +++ b/tsunamiCoffee/resources/css/style.css @@ -71,7 +71,7 @@ li { } .rating h1 { - + font-size: 2.5rem; } .gallery img {