From 65ba554c0dc28a6b635d7d25a229faddf3692220 Mon Sep 17 00:00:00 2001 From: Sean Joseph Date: Mon, 30 Oct 2017 11:45:03 -0400 Subject: [PATCH] Reworked how the div.card ul style was written. --- style/default.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style/default.css b/style/default.css index 3721c8e..947e24f 100644 --- a/style/default.css +++ b/style/default.css @@ -89,9 +89,11 @@ div.card p{ } div.card ul{ - margin-left: 75px; - margin-bottom: 25px; display: block; + margin: auto; + width: 400px; + list-style-type: square; + margin-bottom: 25px; } div.content h1{