Skip to content

Commit

Permalink
Fix table style barryclark#2
Browse files Browse the repository at this point in the history
  • Loading branch information
rpratama123 committed Jun 20, 2023
1 parent c7c5e9d commit 715d175
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,14 @@ table {
font-size: 15px;
border-collapse: collapse;
width: 100%;

@include mobile {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}

}

table td, table th {
Expand All @@ -376,13 +384,6 @@ table th {
color: white;
}

@include mobile {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
}

a[href^="#fn:"],
a[href^="#fnref:"] {
Expand Down

0 comments on commit 715d175

Please sign in to comment.