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) {
|
||||
width: var(--cozy-width);
|
||||
width: 100%;
|
||||
max-width: var(--cozy-width);
|
||||
text-align: center;
|
||||
border: 0px;
|
||||
border-radius: 5px;
|
||||
padding: 0.5rem;
|
||||
background-color: #f5f5f5;
|
||||
box-shadow: 0 0 1px 1px #ccc;
|
||||
box-shadow: 0 1px 3px 1px #ccc;
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -108,8 +108,7 @@ const {postDivSelector, skipSave = false} = Astro.props;
|
|||
padding-top: 1rem;
|
||||
:global(.post-card__image) {
|
||||
float: left;
|
||||
margin-right: 0.5rem;
|
||||
margin: 0.25rem 1rem 0.25rem 0;
|
||||
margin: 0.25rem 0.5rem 0.25rem 0;
|
||||
|
||||
:global(img, svg) {
|
||||
width: 70px;
|
||||
|
|
|
@ -42,10 +42,7 @@ const { meta } = Astro.props;
|
|||
#main-content {
|
||||
max-width: var(--cozy-width);
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#main-content * {
|
||||
padding: 0 0.5rem 1rem;
|
||||
padding: 0 1em 1em;
|
||||
}
|
||||
</style>
|
||||
<style is:global lang="scss">
|
||||
|
|
Loading…
Reference in a new issue