Artist component (ongoing)
This commit is contained in:
parent
456fae63c9
commit
7c9139f2ee
5 changed files with 897 additions and 6 deletions
16
src/views/ArtistSearch.scss
Normal file
16
src/views/ArtistSearch.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue