Artist component (ongoing)

This commit is contained in:
Rodrigo Pinto 2019-12-14 18:05:19 -05:00
commit 7c9139f2ee
5 changed files with 897 additions and 6 deletions

View file

@ -0,0 +1,16 @@
.artist-search {
h1 {
text-align: center;
}
ul {
list-style-type: none;
max-width: 60em;
margin: auto;
padding: 0;
li {
display: inline-block;
}
}
}