diff --git a/core/static/scss/timers.scss b/core/static/scss/timers.scss new file mode 100644 index 00000000..198f78ca --- /dev/null +++ b/core/static/scss/timers.scss @@ -0,0 +1,15 @@ +#view-timer-detail { + #timer-status { + font-size: $display4-size; + font-weight: $display4-weight; + } +} + +@include media-breakpoint-up(sm) { + #view-timer-detail { + #timer-status { + font-size: $display1-size; + font-weight: $display1-weight; + } + } +} diff --git a/core/templates/core/timer_detail.html b/core/templates/core/timer_detail.html index b4968196..6e9cf0bf 100644 --- a/core/templates/core/timer_detail.html +++ b/core/templates/core/timer_detail.html @@ -6,7 +6,7 @@ {% block content %}