Skip to content

Commit

Permalink
fold tables?
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Aug 16, 2020
1 parent 39dfd2d commit ba60d87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/_src/sass/_theme_etc_local.sass
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

.software-summary
display: grid
grid-template-columns: auto auto
grid-template-columns: repeat(2, minmax($breakpoint-table, 1fw))
align-items: center
column-gap: 2rem
row-gap: 2rem
Expand Down
3 changes: 3 additions & 0 deletions _docs/_src/sass/_theme_variables.sass
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ $breakpoint-full: 1300px
$breakpoint-tablet: 1100px
$breakpoint-half: 840px

//breakpoint for folding tables
$breakpoint-table: 450px

$nav-content-width: 1000px
$nav-media-query: (($nav-desktop-width) + ($nav-content-width))

Expand Down

0 comments on commit ba60d87

Please sign in to comment.