Add border around icon

This commit is contained in:
Skylar Ittner 2017-05-13 14:30:08 -06:00
parent 52c50ee615
commit 47b1f86b1b

View File

@ -1,6 +1,8 @@
.banner-image {
max-height: 100px;
margin: 2em auto;
border: 1px solid grey;
border-radius: 12px;
}
.navbar-brand {