From 28d318a54ba77dc381ba0c92f9adc7b29e0abac3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 13 Aug 2019 16:00:49 -0400 Subject: Big changes --- public/css/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'public/css') diff --git a/public/css/style.css b/public/css/style.css index 1067840..386343b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -2,5 +2,14 @@ body { font-family: Play, sans-serif; background-color: #212121; color: #ffffff; - margin-bottom: 100px; +} + +ul.yt { + margin: 0 auto; + text-align: center; +} + +li.yt-vid-list { + display: inline-block; + vertical-align: top; } \ No newline at end of file -- cgit v1.2.3