Add margin between tab buttons

I think they used to have it but lost it somehow
This commit is contained in:
Pk11 2021-07-27 23:18:51 -05:00
parent c0fd00054a
commit e4441b7a6b

View File

@ -539,6 +539,10 @@ a.footnote::after {
display: flex;
flex-wrap: wrap;
.tab-link.btn {
margin-right: 0.25rem;
}
.tab {
display: none;
order: 99;