Artist and Artist Search

This commit is contained in:
Rodrigo Pinto 2019-12-14 23:39:40 -05:00
commit 32899d3bed
4 changed files with 113 additions and 11 deletions

View file

@ -1,7 +1,5 @@
.artist-search {
h1 {
text-align: center;
}
text-align: center;
ul {
list-style-type: none;
@ -11,6 +9,7 @@
li {
display: inline-block;
margin: 10pt 14pt;
}
}
}