mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-31 16:49:49 +01:00 
			
		
		
		
	refactor(starter): upgrade to new version of gatsby
This commit is contained in:
		| @@ -1,42 +1,40 @@ | ||||
| @import '../../assets/scss/variables'; | ||||
| @import '../../assets/scss/mixins'; | ||||
| @import "../../assets/scss/variables"; | ||||
| @import "../../assets/scss/mixins"; | ||||
|  | ||||
| .post { | ||||
|   &__footer { | ||||
|     max-width: $layout-post-width; | ||||
|     margin: 0 auto; | ||||
|     max-width: $layout-post-width; | ||||
|     padding: 0 15px; | ||||
|   } | ||||
|  | ||||
|   &__comments { | ||||
|     max-width: $layout-post-width; | ||||
|     margin: 0 auto; | ||||
|     max-width: $layout-post-width; | ||||
|     padding: 0 15px; | ||||
|   } | ||||
|  | ||||
|   &__home-button { | ||||
|     display: block; | ||||
|     max-width: 90px; | ||||
|     height: $button-height; | ||||
|     padding: 0 24px; | ||||
|     line-height: $button-height; | ||||
|     text-align: center; | ||||
|     color: $color-base; | ||||
|     border: 1px solid $color-gray-border; | ||||
|     border-radius: $button-border-radius; | ||||
|     color: $color-base; | ||||
|     display: block; | ||||
|     font-size: $typographic-base-font-size; | ||||
|     font-weight: normal; | ||||
|     height: $button-height; | ||||
|     line-height: $button-height; | ||||
|     margin-left: auto; | ||||
|     margin-right: auto; | ||||
|     max-width: 90px; | ||||
|     padding: 0 24px; | ||||
|     text-align: center; | ||||
|     @include margin-top(1); | ||||
|  | ||||
|     &:hover, | ||||
|     &:focus { | ||||
|       color: $color-primary; | ||||
|     } | ||||
|  | ||||
|   } | ||||
|  | ||||
| } | ||||
|  | ||||
| @include breakpoint-md { | ||||
| @@ -50,13 +48,11 @@ | ||||
|     } | ||||
|  | ||||
|     &__home-button { | ||||
|       position: fixed; | ||||
|       max-width: auto; | ||||
|       left: 30px; | ||||
|       margin: 0; | ||||
|       max-width: auto; | ||||
|       position: fixed; | ||||
|       top: 30px; | ||||
|       left: 30px | ||||
|     } | ||||
|  | ||||
|   } | ||||
|  | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user