From 00de35cfdc8421e65d544df85ee3544d8bdbbb2a Mon Sep 17 00:00:00 2001 From: Andy Ko Date: Mon, 1 Jan 2018 12:47:51 -0800 Subject: [PATCH] Media spacing. --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index 9fdcf12..9f7fc6f 100644 --- a/style.css +++ b/style.css @@ -18,4 +18,12 @@ body { table.text-left td { text-align: left; +} + +.img-responsive, .embed-responsive { + margin-top: 2em; +} + +p { + margin-top: 1em; } \ No newline at end of file