Skip to content

Commit

Permalink
Align tag name to the top in table on example pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasw committed Jul 6, 2023
1 parent b4c1dbc commit fd6db2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ input[type="file"] {
margin-top: 1rem;
}

td {
vertical-align: top;
}

@media screen and (min-width: 1024px) {
.github {
background: black;
Expand Down

0 comments on commit fd6db2a

Please sign in to comment.