diff --git a/style/artist.scss b/style/artist.scss new file mode 100644 index 0000000..ead8cae --- /dev/null +++ b/style/artist.scss @@ -0,0 +1,31 @@ +.artist-container { + .artist-header { + display: flex; + + .artist-image { + width: 75px; + height: 75px; + border-radius: 50%; + padding: 10px; + margin: auto; + + svg { + padding: 0; + margin: 0; + } + } + + h1 { + font-size: 40px; + align-self: center; + padding: 10px; + } + } + + .artist-details { + p { + font-size: 1rem; + margin: 0.5rem; + } + } +} \ No newline at end of file