Skip to content

Commit

Permalink
good ole fashioned way of collapsing
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Aug 16, 2020
1 parent ba60d87 commit 37ead80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 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: repeat(2, minmax($breakpoint-table, 1fw))
grid-template-columns: auto auto
align-items: center
column-gap: 2rem
row-gap: 2rem
Expand All @@ -39,6 +39,10 @@
padding-top: 1rem
padding-bottom: 1rem

@media (max-width: $breakpoint-tablet)
grid-template-columns: auto


h2
margin: 0

Expand Down
2 changes: 1 addition & 1 deletion _docs/_src/sass/_theme_variables.sass
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $breakpoint-tablet: 1100px
$breakpoint-half: 840px

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

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

0 comments on commit 37ead80

Please sign in to comment.