From 47b1f86b1bac1fb50eec4a1d679a87200b2710b5 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 13 May 2017 14:30:08 -0600 Subject: [PATCH] Add border around icon --- static/css/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/app.css b/static/css/app.css index e68d229..ca9b9bf 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -1,6 +1,8 @@ .banner-image { max-height: 100px; margin: 2em auto; + border: 1px solid grey; + border-radius: 12px; } .navbar-brand {