Skip to content
Snippets Groups Projects

Resolve "Clean some code"

5 files
+ 91
73
Compare changes
  • Side-by-side
  • Inline

Files

@charset "UTF-8";
@charset "UTF-8";
.spotify-image {
.spotify-image {
display: inline-block;
display: inline-block;
text-align: center;
text-align: center;
justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
height: 1rem;
height: 1rem;
width: 1rem;
width: 1rem;
max-height: 1rem;
max-height: 1rem;
max-width: 1rem;
max-width: 1rem;
}
}
.spotify-image>img {
.spotify-image>img {
border: solid 1px #888;
border: solid 1px #888;
text-align: center;
text-align: center;
max-height: 1rem;
max-height: 1rem;
max-width: 1rem;
max-width: 1rem;
margin: auto;
margin: auto;
}
}
Loading