diff options
author | David Gay <david@davidgay.org> | 2021-06-04 10:47:02 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-04 10:47:02 -0400 |
commit | 3a845f15a7f465f629224077d989f5e7950e148e (patch) | |
tree | e63a8700db91bfd7537a76084ee3c414b316acfe /app/views/application | |
parent | 341737fc160a77a282713e76cc6f522e36f122b5 (diff) |
Reduce text size and vertical margin of "Stop" button
Diffstat (limited to 'app/views/application')
-rw-r--r-- | app/views/application/_timer.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <div><%= most_recent_cs.xp_to_next_level %> XP to next level</div> </div> - <div class="text-center my-3"> - <%= button_to "Stop", stop_activity_path %> + <div class="text-center my-2"> + <%= button_to "Stop", stop_activity_path, class: "text-sm" %> </div> <div class="text-center text-xs my-2"> |