fix: spacing
This commit is contained in:
parent
a8e9076660
commit
2da4393de3
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
|||
border-radius: var(--border-radius-slight);
|
||||
padding: var(--spacing-lg) var(--spacing-base);
|
||||
|
||||
& h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
max-height: 75%;
|
||||
max-width: 75%;
|
||||
|
|
Reference in a new issue