react-spotify-api/src/views/ArtistSearch.scss

17 lines
177 B
SCSS
Raw Normal View History

2019-12-14 18:05:19 -05:00
.artist-search {
h1 {
text-align: center;
}
ul {
list-style-type: none;
max-width: 60em;
margin: auto;
padding: 0;
li {
display: inline-block;
}
}
}