Skip to content

Commit

Permalink
improve compatibility table on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasr22 committed Nov 20, 2024
1 parent 7befc77 commit af810aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -529,11 +529,21 @@ h2 {
margin: 8px;
}

.compatibility-table {
padding: 25px;
}

.compatibility-table .row {
display: block;
}

.compatibility-table .col {
width: 100%;
}

.compatibility-table .col ul {
padding: 0;
text-align: center;
font-size: 16px;
}
}

0 comments on commit af810aa

Please sign in to comment.