From 37d3e81ea262d6eead62a54e13c26cc45dee9ec6 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Tue, 7 Jun 2022 21:35:18 -0700 Subject: [PATCH] Center text on the recording thumbnail feature item. --- src/scss/thumbnail-feature-recording.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/scss/thumbnail-feature-recording.scss b/src/scss/thumbnail-feature-recording.scss index a165b971..8c74db45 100644 --- a/src/scss/thumbnail-feature-recording.scss +++ b/src/scss/thumbnail-feature-recording.scss @@ -24,6 +24,10 @@ transform: scale(1.04); } +div { + text-align: center; +} + div.title { font-size: 1.5rem; }