From d6772d40f7c75ee6b2dbc73d9b7f19df4f489adc Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 15 Feb 2021 12:36:39 +0000 Subject: [PATCH] Reduce size of title page. --- 2021-pipelines/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021-pipelines/style.css b/2021-pipelines/style.css index 414f374..4ac56e4 100644 --- a/2021-pipelines/style.css +++ b/2021-pipelines/style.css @@ -40,7 +40,7 @@ b { /* Title page. */ div#titlepage { - margin-top: 100px; + margin-top: 40px; width: 80%; margin-left: 10%; } -- 1.8.3.1