fix: spacing
This commit is contained in:
parent
45eb72e886
commit
a979a27268
3 changed files with 6 additions and 117 deletions
|
@ -19,7 +19,7 @@
|
|||
}
|
||||
|
||||
.now__section--header-buttons > button {
|
||||
margin-bottom: 0 !important;
|
||||
margin-bottom: var(--sizing-sm) !important;
|
||||
}
|
||||
|
||||
.now__section--header-buttons > button:last-of-type {
|
||||
|
@ -120,4 +120,8 @@
|
|||
.now__section--header-buttons {
|
||||
margin: var(--sizing-3xl) 0 var(--sizing-lg);
|
||||
}
|
||||
|
||||
.now__section--header-buttons > button {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
Reference in a new issue