From 47f51420faffaf3a38224a818bb9ea9e9b3bcc8e Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 14 May 2017 19:05:15 -0600 Subject: [PATCH] Add border on app icon when shown large --- static/css/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/app.css b/static/css/app.css index 23bd6b2..693fc0f 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 {