Skip to content

Commit

Permalink
add flex wrap to website (OpenAPITools#13771)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored Oct 20, 2022
1 parent add4dff commit 1c5a117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ html[data-theme=''] .navbar__logo {

.avatar__photo-link.bronze-sponsor {
display: flex;
flex-wrap: wrap;
margin-left: var(--button-margin);
}

Expand Down Expand Up @@ -138,4 +139,4 @@ dd {
}

@media only screen and (min-width: 1500px) {
}
}

0 comments on commit 1c5a117

Please sign in to comment.