style: spacing adjustments
This commit is contained in:
parent
4b9c005bed
commit
9f0eb454a3
3 changed files with 5 additions and 8 deletions
|
@ -59,13 +59,14 @@ const form = new FormGroup([
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(input) {
|
:global(input) {
|
||||||
width: var(--cozy-width);
|
width: 100%;
|
||||||
|
max-width: var(--cozy-width);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
box-shadow: 0 0 1px 1px #ccc;
|
box-shadow: 0 1px 3px 1px #ccc;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -108,8 +108,7 @@ const {postDivSelector, skipSave = false} = Astro.props;
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
:global(.post-card__image) {
|
:global(.post-card__image) {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 0.5rem;
|
margin: 0.25rem 0.5rem 0.25rem 0;
|
||||||
margin: 0.25rem 1rem 0.25rem 0;
|
|
||||||
|
|
||||||
:global(img, svg) {
|
:global(img, svg) {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
|
|
|
@ -42,10 +42,7 @@ const { meta } = Astro.props;
|
||||||
#main-content {
|
#main-content {
|
||||||
max-width: var(--cozy-width);
|
max-width: var(--cozy-width);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
padding: 0 1em 1em;
|
||||||
|
|
||||||
#main-content * {
|
|
||||||
padding: 0 0.5rem 1rem;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style is:global lang="scss">
|
<style is:global lang="scss">
|
||||||
|
|
Loading…
Reference in a new issue