update artist creation script to handle multiline bios
This commit is contained in:
@ -83,13 +83,13 @@
|
||||
margin-right: 1.75rem;
|
||||
}
|
||||
|
||||
@media (max-width: 1050px) {
|
||||
@media (max-width: 650px) {
|
||||
.artist:nth-child(odd) .description {
|
||||
margin-left: .625rem;
|
||||
margin-left: .875rem;
|
||||
}
|
||||
|
||||
.artist:nth-child(even) .description {
|
||||
margin-right: .625rem;
|
||||
margin-right: .875rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user