style: remove heading margin

This commit is contained in:
Ayo 2023-06-10 13:04:34 +02:00
parent 16e8f70aac
commit 4bf4049379

View file

@ -128,7 +128,6 @@ const {postDivSelector, skipSave = false} = Astro.props;
<style lang="scss"> <style lang="scss">
#library { #library {
:global(h2) { :global(h2) {
margin-bottom: 1rem;
text-align: center; text-align: center;
} }
} }
@ -157,8 +156,8 @@ const {postDivSelector, skipSave = false} = Astro.props;
margin: 0.5rem 1rem 0 0; margin: 0.5rem 1rem 0 0;
:global(img, svg) { :global(img, svg) {
width: 70px; width: 60px;
height: 70px; height: 60px;
object-fit: cover; object-fit: cover;
border-radius: 50%; border-radius: 50%;
border: 3px solid #eee; border: 3px solid #eee;