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