From 7789573eae07c940a84042608d98fdff15ab2f4f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 8 Dec 2018 15:37:18 +0000 Subject: [PATCH] Avoid horizontal scroll bars --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 38c4166..7fcb5b3 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ div.event { display: inline-block; height: 200px; width: 100%; - margin: 20px; + margin: 20px 0px; text-align: center; } -- 2.39.5