You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.instrument {
|
|
max-height: 100vh;
|
|
max-width: 100vw;
|
|
object-fit: contain;
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
|
|
.samples {
|
|
width: 100%;
|
|
padding: 0;
|
|
}
|
|
|
|
.samples li {
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
|
|
.download {
|
|
margin-left: auto;
|
|
}
|
|
|
|
.samples .description {
|
|
margin: 0;
|
|
} |