style: spacing and cursor

This commit is contained in:
Ayo 2023-06-12 22:06:33 +02:00
parent 66238c1169
commit 739d1bf175
3 changed files with 2 additions and 2 deletions

View file

@ -66,5 +66,6 @@ const form = new FormGroup([
padding: 0.5rem;
background-color: #f5f5f5;
box-shadow: 0 0 1px 1px #ccc;
cursor: pointer;
}
</style>

View file

@ -45,7 +45,6 @@ const { meta } = Astro.props;
}
#main-content * {
margin: 1rem 0 0;
padding: 0 0.5rem;
}
</style>