increase space between claim-tile title and menu button
This commit is contained in:
parent
632ce31a5d
commit
8597195f86
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@
|
||||||
.claim-tile__title {
|
.claim-tile__title {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: var(--spacing-s);
|
padding: var(--spacing-s);
|
||||||
padding-right: var(--spacing-l);
|
padding-right: var(--spacing-xl);
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
margin-bottom: var(--spacing-s);
|
margin-bottom: var(--spacing-s);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue