From 5951c67a8becf2671413421e75f34090731ace7f Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Sat, 4 May 2024 12:23:21 +0200 Subject: [PATCH] (search) Center the search results page --- .../search-service/resources/static/search/serp.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/services-application/search-service/resources/static/search/serp.scss b/code/services-application/search-service/resources/static/search/serp.scss index ac61f9ee..089c3884 100644 --- a/code/services-application/search-service/resources/static/search/serp.scss +++ b/code/services-application/search-service/resources/static/search/serp.scss @@ -29,8 +29,8 @@ body { font-family: sans-serif; font-size: 14px; line-height: 1.6; - margin-left: 2ch; - margin-right: 4ch; + margin-left: auto; + margin-right: auto; max-width: 120ch; padding: 0; }