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 bf5c011 commit aedbc78
Showing 1 changed file with 4 additions and 4 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 (min-width: $breakpoint-tablet)
@media (max-width: $breakpoint-tablet)
flex-wrap: wrap

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

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

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

Expand Down

0 comments on commit aedbc78

Please sign in to comment.