make gap between icon and text slightly smaller

This commit is contained in:
KodeStar 2018-02-09 00:10:22 +00:00
parent 0c7842a3d6
commit 095c4f5181
3 changed files with 4 additions and 4 deletions

2
public/css/app.css vendored
View file

@ -760,7 +760,7 @@ div.create .input select {
.app-icon { .app-icon {
max-width: 60px; max-width: 60px;
margin-right: 20px; margin-right: 15px;
} }
.sidenav { .sidenav {

View file

@ -1,4 +1,4 @@
{ {
"/css/app.css": "/css/app.css?id=931fc4476963f6f50154", "/css/app.css": "/css/app.css?id=52f9f1b7bc9267def293",
"/js/app.js": "/js/app.js?id=1740b16555d4a8660c9b" "/js/app.js": "/js/app.js?id=b38be2e595ece6fcef81"
} }

View file

@ -421,7 +421,7 @@ div.create {
.app-icon { .app-icon {
max-width: 60px; max-width: 60px;
margin-right: 20px; margin-right: 15px;
} }
.sidenav { .sidenav {