kickstart_rails 0.2.410965837961 → 0.2.410970240580
Sign up to get free protection for your applications and to get access to all the features.
@@ -51,15 +51,18 @@ a
|
|
51
51
|
|
52
52
|
=hero-default
|
53
53
|
padding:
|
54
|
-
top: $space
|
55
|
-
top:
|
56
|
-
bottom: $space
|
57
|
-
bottom:
|
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
|