Skip to content

Commit

Permalink
?????
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Aug 15, 2020
1 parent 8656eee commit 783e8ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions _docs/_src/sass/_theme_etc_local.sass
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
display: flex
align-items: end
margin-bottom: 2rem
@media (max-width: $breakpoint-tablet)
@media (min-width: $breakpoint-tablet)
flex-wrap: wrap

img
width: 40%
//min-width: 400px
@media (max-width: $breakpoint-tablet)
@media (min-width: $breakpoint-tablet)
width: 100%

& > div
margin-left: 2em
@media (max-width: $breakpoint-tablet)
@media (min-width: $breakpoint-tablet)
margin-left: 0

& > h1
@media (max-width: $breakpoint-tablet)
@media (min-width: $breakpoint-tablet)
margin-top: 2em
margin-bottom: 0

Expand Down
4 changes: 2 additions & 2 deletions _docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
author = 'jonny saunders et al'

# the short X.Y version
version = '0.0'
version = '0.2'
# the full version, includeing alpha/beta/rc/rags
release = '0.0.0'
release = '0.2.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 783e8ee

Please sign in to comment.