fundamental 0.4.0 → 0.4.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/_header.scss +10 -10
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a3283436839eefdb05a48f8dee6af4a09c01145
4
- data.tar.gz: 99d7dffd8c05588d4dcd24b7b998dd873c4fc7ff
3
+ metadata.gz: 2938d94979c2228fc1ef98285b8d9bc57a9a5d2e
4
+ data.tar.gz: 7705bd657ecb6bb9757e924a428594bf67c56aa4
5
5
  SHA512:
6
- metadata.gz: 3cdfc448f9588081d21b087c11b588cab683972967ab400cd880a2d94607bc2c4aa3d6c080f6fc55f0311e9aa582ca19f9a3693399f296c9db32c5edbdfbb49a
7
- data.tar.gz: 9785181310367b4cdbba4465211f302fff787e82d21ad25bbc7d06d09c91f1718eceee6ccd6ac5ceb1c10ef16236e3328efb5007ae301b9ce46e1754b40cba25
6
+ metadata.gz: de0c9e46e12d2a71d21c341129bf3038eb5046791a99a7a974a9edc7b0c5b04a30ae2c3ba450b8b59b72cbb2d2e702e0a635ed6b93865083f2a09b6f7dc1eddb
7
+ data.tar.gz: 251ac29d2390ae3d53c3bf980884a8a0ad19a07bfeb23d4d800b4efaf38a5d97a7e064ba8c77e672015bb8d22a835d67e1b8111fe3e39c12ed7a53c57390fc91
data/_sass/_header.scss CHANGED
@@ -17,16 +17,6 @@ header {
17
17
  }
18
18
  }
19
19
 
20
- .title {
21
- margin: auto;
22
- margin-left: 50px;
23
- a {
24
- text-decoration: none;
25
- color: $textColor;
26
- }
27
- }
28
- }
29
-
30
20
  .active {
31
21
  position: relative;
32
22
  &:before {
@@ -35,4 +25,14 @@ header {
35
25
  bottom: -15px;
36
26
  left: 45%;
37
27
  }
28
+ }
29
+
30
+ .title {
31
+ margin: auto;
32
+ margin-left: 50px;
33
+ a {
34
+ text-decoration: none;
35
+ color: $textColor;
36
+ }
37
+ }
38
38
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fundamental
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Theo M Jones