From ffc9d4395722e2e5e1645097c29d7685bff8ade3 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 20:38:49 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_case_view_take.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html index a0f04e22..29c0c3b6 100644 --- a/atlas/templates/atlas/collection_case_view_take.html +++ b/atlas/templates/atlas/collection_case_view_take.html @@ -95,10 +95,13 @@ border: darkgray solid 1px; padding: 1px; text-decoration: none; +text-align: center; + } + .series-block a { + all: unset; } .series-block:hover { background-color: darkblue; -align: center; }