From 3a845f15a7f465f629224077d989f5e7950e148e Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 4 Jun 2021 10:47:02 -0400 Subject: Reduce text size and vertical margin of "Stop" button --- app/views/application/_timer.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/views/application/_timer.html.erb b/app/views/application/_timer.html.erb index ca12a77..d683c6a 100644 --- a/app/views/application/_timer.html.erb +++ b/app/views/application/_timer.html.erb @@ -21,8 +21,8 @@
<%= most_recent_cs.xp_to_next_level %> XP to next level
-
- <%= button_to "Stop", stop_activity_path %> +
+ <%= button_to "Stop", stop_activity_path, class: "text-sm" %>
-- cgit v1.2.3