Skip to content

Commit

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

& > img
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 4236520

Please sign in to comment.