From 8fde83f6a4ff4ddcfbc0665b290f5b40ed891280 Mon Sep 17 00:00:00 2001 From: Baobab Date: Thu, 24 Sep 2020 07:52:57 +0200 Subject: [PATCH] center the directory-list class --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 97121fe..47cec3e 100644 --- a/style.css +++ b/style.css @@ -163,6 +163,5 @@ xmp { text-align: center; } .directory-list { - max-width: 72vw; - margin-left: auto; + text-align: center; }