Skip to content

Commit

Permalink
Fix table minimum width
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagogabriel committed May 19, 2016
1 parent 08f2aea commit 93b4c93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions _sass/_custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@media screen and (min-width: $on-palm) {
tr th {
min-width: 106px;
text-align: left;
}
}
3 changes: 2 additions & 1 deletion css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ $on-laptop: 800px;
@import
"base",
"layout",
"syntax-highlighting"
"syntax-highlighting",
"custom"
;

0 comments on commit 93b4c93

Please sign in to comment.