chore: share button margin
This commit is contained in:
parent
c251fc05e7
commit
14306683a7
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
border: 1px solid var(--gray-light);
|
||||
padding: var(--sizing-xs) var(--sizing-sm);
|
||||
}
|
||||
|
||||
& button {
|
||||
margin-left: var(--sizing-sm);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
|
|
Reference in a new issue