euphoria 0.1.4.4 → 0.1.4.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c7e2377c74a62f4850524565b0c1cba9c18f3569
4
- data.tar.gz: 432486c5faac5b9135c8899a496d2c9f5601b248
3
+ metadata.gz: 92ca69e6fef998e700011f02a26024ac6acdb306
4
+ data.tar.gz: 38a71a98660775008e5e2b6b68eef686a35561be
5
5
  SHA512:
6
- metadata.gz: fce694e48927e399bd94459f39228a36cea76eaae1abf120e94a777508d7e8248aec3085e2f535cf4274a21d1e70f05475072bf6bc6e17b11b9ad24f3064d504
7
- data.tar.gz: 8f9138cd6a5c3a925b316c2c4253884328abeed3191145e6ac1fe1da4482899b6b9e9750dc699dc4a8cc35e02fb0c7fc4133889de54de69f680138972729d6e3
6
+ metadata.gz: 5614ffb4e2ba5c1f64f8f1d2136c84ef11e7b4c61f1dd4fc4a08f20f0fc8ec57314d2e29a63d95cf0a7411aca8ca8d1b8cc634a7040e3a31e7928036da548d24
7
+ data.tar.gz: 39898915aa582c9c3a139c6017b5905d2f772d3403362a278986afbaada7eccd048bf5b8a01250ef8258ef3afe8710c1c67e139ecfff1018eb109361bf582422
@@ -14,7 +14,7 @@ $(document).on 'page:change', ->
14
14
  #on resize
15
15
  #account for margin with fixed nav class
16
16
  $(window).resize ->
17
- if $('div').hasClass('menu-container fixed')
17
+ if $('nav').hasClass('fixed')
18
18
  $('.start-content').css 'margin-top', $('.menu-container').height() + 10
19
19
  if $(window).width() > 1023
20
20
  $('.menu').removeAttr('style');
@@ -28,10 +28,12 @@ nav
28
28
  display: block
29
29
  overflow: hidden
30
30
  width: 100%
31
+ font-size: 1.2rem
31
32
  .mobile
32
33
  display: none
33
34
  &.fixed
34
35
  position: fixed
36
+ z-index: 2
35
37
  ul
36
38
  margin: 0
37
39
  padding: 0
@@ -69,9 +71,10 @@ nav
69
71
  a
70
72
  color: #2a2a2a
71
73
  display: block
72
- line-height: 56px
73
- padding: 0 24px
74
+ line-height: 3.5rem
75
+ padding: 0 1.6rem
74
76
  text-decoration: none
77
+ font-size: inherit
75
78
  &:hover
76
79
  background-color: $link_hover_bg_color
77
80
  > a
@@ -132,10 +135,11 @@ nav
132
135
  a, div ul > li > a
133
136
  color: #fff
134
137
  display: block
135
- padding: 12px 24px
138
+ padding: .8rem 1.6rem
136
139
  text-decoration: none
137
140
  +tablet
138
141
  nav
142
+ font-size: 1.4rem
139
143
  .menu
140
144
  display: none
141
145
  .mobile
@@ -1,5 +1,5 @@
1
1
  html
2
- font-size: 16px
2
+ font-size: 17px
3
3
 
4
4
  h1
5
5
  font-size: 3rem
@@ -18,14 +18,14 @@ p
18
18
 
19
19
  +lg-desktop
20
20
  html
21
- font-size: 17px
21
+ font-size: 18px
22
22
 
23
23
 
24
24
  +tablet
25
25
  html
26
- font-size: 15px
26
+ font-size: 16px
27
27
 
28
28
 
29
29
  +mobile
30
30
  html
31
- font-size: 14px
31
+ font-size: 15px
@@ -1,6 +1,3 @@
1
- body, html
2
- overflow: hidden
3
-
4
1
  html
5
2
  -webkit-font-smoothing: antialiased
6
3
  -moz-osx-font-smoothing: grayscale
@@ -1,4 +1,4 @@
1
1
  module Euphoria
2
- VERSION = "0.1.4.4"
2
+ VERSION = "0.1.4.5"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: euphoria
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.4
4
+ version: 0.1.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - paul brunache