Wrap tabs and slightly reduce the gap

This commit is contained in:
Helen Chong 2024-06-30 16:46:23 +08:00
parent f7d56c49b7
commit f29843c5c1
1 changed files with 2 additions and 1 deletions

View File

@ -161,7 +161,8 @@ p + .adoptables { margin-top: 1em; }
list-style: none;
padding: 0;
display: flex;
gap: 0.7em;
flex-wrap: wrap;
gap: 0.5em;
}
.tab__btn {