15 lines
189 B
SCSS
15 lines
189 B
SCSS
.artist-search {
|
|
text-align: center;
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
max-width: 60em;
|
|
margin: auto;
|
|
padding: 0;
|
|
|
|
li {
|
|
display: inline-block;
|
|
margin: 10pt 14pt;
|
|
}
|
|
}
|
|
}
|