From b3aeb3246f46c4c94a30041135c435e1489e6fe6 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 1 Oct 2021 20:51:37 +0200 Subject: [PATCH] Fix homepage on chrome/brave --- www/ghcup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/ghcup.css b/www/ghcup.css index 4817ea6..d186f8a 100644 --- a/www/ghcup.css +++ b/www/ghcup.css @@ -94,7 +94,7 @@ body#idx p.other-help { } .instructions > * { - width: 55rem; + width: 40rem; margin-left: auto; margin-right: auto; }