kickstart_rails 0.2.410965837961 → 0.2.410970240580

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,15 +51,18 @@ a
51
51
 
52
52
  =hero-default
53
53
  padding:
54
- top: $space * 3
55
- top: 10vw
56
- bottom: $space * 3
57
- bottom: 10vw
54
+ top: $space
55
+ top: 2vw
56
+ bottom: $space
57
+ bottom: 2vw
58
+ min-height: 450px
59
+ min-height: 35vw
58
60
  background: $primary-color
59
61
  margin-bottom: $space
60
62
  box-shadow: inset 0px -30px 100px -20px hsla(0, 0%, 0%, 0.15), inset 0px 40px 90px -20px rgba(255, 255, 255, 0.15)
61
63
  display: flex
62
64
  flex-direction: column
65
+ justify-content: center
63
66
  align-items: center
64
67
 
65
68
  > h1, > h2, > h3, > h4, > h5, > h6, > p
@@ -1,3 +1,3 @@
1
1
  module Kickstart_rails
2
- VERSION = "0.2.410965837961"
2
+ VERSION = "0.2.410970240580"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kickstart_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.410965837961
4
+ version: 0.2.410970240580
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Kochanowicz