refactor: add esbuild and modulerize css into seperate files
This commit is contained in:
14
style/album.css
Normal file
14
style/album.css
Normal file
@ -0,0 +1,14 @@
|
||||
#album-artwork {
|
||||
width: 24rem;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 1px 1px #ddd;
|
||||
}
|
||||
|
||||
#album-tracklist {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
flex-basis: 0;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 1;
|
||||
}
|
Reference in New Issue
Block a user