From 2f62898a10f127a0238a12b0e80bd599f225735a Mon Sep 17 00:00:00 2001 From: Derek Slenk Date: Tue, 14 Nov 2023 23:44:43 -0500 Subject: [PATCH] Add new css item for web footer (#598) --- tubearchivist/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tubearchivist/static/css/style.css b/tubearchivist/static/css/style.css index fbd84f6..5b15bf1 100644 --- a/tubearchivist/static/css/style.css +++ b/tubearchivist/static/css/style.css @@ -180,6 +180,10 @@ button:hover { text-decoration: underline; } +.footer .boxed-content { + text-align: center; +} + /* toggle on-off */ .toggle { display: flex;