From 125f947dfdac34cb1233d4fb815645db4977cd02 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Mon, 28 Jan 2019 13:56:45 +0000 Subject: [PATCH] Add small margin below presentation transition buttons --- computer-science-blog/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/computer-science-blog/css/main.css b/computer-science-blog/css/main.css index 0ec50df..398d416 100644 --- a/computer-science-blog/css/main.css +++ b/computer-science-blog/css/main.css @@ -1,4 +1,4 @@ -/* Reading School 2018, CSS*/ +/* Reading School 2018, CSS */ .carousel-inner { height: 250px; border-radius: 4px; @@ -14,6 +14,7 @@ display: -ms-flexbox; display: -webkit-flex; display: flex; + margin-bottom: 15px; -webkit-flex-flow: row wrap; flex-flow: row wrap;