Skip to content

Commit

Permalink
whoops forgot how sass worked lol
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Aug 15, 2020
1 parent 145cd61 commit 4970d15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions _docs/_src/sass/_theme_etc_local.sass
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
.header-img {
.header-img
display: flex
align-items: end
margin-bottom: 2rem
@media (min-width: $breakpoint-tablet){
@media (min-width: $breakpoint-tablet)
flex-wrap: wrap
}

& > img {

& > img
width: 40%
//min-width: 400px
@media (min-width: $breakpoint-tablet){
@media (min-width: $breakpoint-tablet)
width: 100%
}
}
}


2 changes: 1 addition & 1 deletion _docs/_src/sass/wyrm_core/_wy_variables.sass
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $custom-font-family: "Georgia", serif !default
$custom-font-family2: "Georgia", serif !default
$code-font-family: "Consolas", "Monaco", monospace !default
$icon-font-family: "FontAwesome"
$text-color: hsl(1,0%,25%) !default
$text-color: #262626 !default
$text-invert: hsl(0,0%,100%) !default
$text-code-color: $red
$text-code-background-color: $white
Expand Down

0 comments on commit 4970d15

Please sign in to comment.