Slightly reduce the gap between adoptables
This commit is contained in:
parent
83f064dbea
commit
fab9fa6666
|
@ -137,7 +137,7 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-end;
|
||||
gap: 1em;
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
p + .adoptables { margin-top: 1em; }
|
||||
|
@ -146,7 +146,7 @@ p + .adoptables { margin-top: 1em; }
|
|||
.web-btn-wrapper {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem;
|
||||
gap: 0.5em;
|
||||
align-items: center;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue