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