Skip to content

Commit

Permalink
Responsive table changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Natanael Rodriguez Ramos authored and Natanael Rodriguez Ramos committed Jun 3, 2024
1 parent f495c18 commit fb3d37d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/themes/ivpn-v3/assets/scss/elements/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,12 @@ table {
}
}
}

@media only screen and (max-device-width: 600px)
{
table {
th {
padding: 7px;
}
}
}

0 comments on commit fb3d37d

Please sign in to comment.