style: remove heading margin
This commit is contained in:
parent
16e8f70aac
commit
4bf4049379
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue