style: add margin to "empty" placeholder message

This commit is contained in:
Alexander Klein 2021-03-12 18:12:53 +01:00
parent 405766d829
commit a4b1a478af
2 changed files with 5 additions and 1 deletions

View file

@ -9,3 +9,7 @@
.icon {
margin-bottom: 30px;
}
.msg {
margin-bottom: 15px;
}