wunderfront 0.0.3 → 0.0.4

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: af749416819006e351f995b645de51936723d7eb
4
- data.tar.gz: 6636657bd5fe784fc6ef5b12646cdaf3da85e0ba
3
+ metadata.gz: 8d84c21b955ea3149ffcab70f36c5eb1770047b5
4
+ data.tar.gz: f8996d0ca0e26b94fe8c36c391107990393fe9a4
5
5
  SHA512:
6
- metadata.gz: 26e08a98e50c7f966c43127d39ca9c791055af72094e5bd6b02f90f3a7a80fba2e95227033e672c67ad3d7407b0ff7ffe3ccadbe642bff7266c417c0bed34645
7
- data.tar.gz: 682a59c3f6d061378dc1932040d8f6ed696ca4b9d0aa4636da9d948262756c949dc91594a5a66a155abaac80060d79b7d008e1e23a7649b1a24c5bbe70d279a1
6
+ metadata.gz: 2f142256df868fd4bde423a5f488e9b18e7f2b803512efbb74982e5d9e8fc3ed6f9993b2a070248e13682661b13043d8d1fd4474dbffde3c2e778da3c2392c96
7
+ data.tar.gz: 8c68f37c4af176d70031b4ee8f58a2c3f79250affe5a2ab4ae78d1f6345dd4bc69df403418de0e3fb78b5766b23e69ceb1159f045f31ad4eda156bf935876f08
@@ -20,8 +20,8 @@ Compass::Frameworks.register('wunderfront', :stylesheets_directory => stylesheet
20
20
  # a prerelease version
21
21
  # Date is in the form of YYYY-MM-DD
22
22
  module Wunderfront
23
- VERSION = "0.0.3"
24
- DATE = "2015-01-09"
23
+ VERSION = "0.0.4"
24
+ DATE = "2015-03-24"
25
25
  end
26
26
 
27
27
  # This is where any custom SassScript should be placed. The functions will be
@@ -11,6 +11,7 @@ $breakpoint-large: 768px;
11
11
  @mixin wk-person__picture {
12
12
  float: left;
13
13
  margin: 0 10px 0 0;
14
+ width: 50%;
14
15
  }
15
16
  @mixin wk-person__info {
16
17
  line-height: 1.6em;
@@ -1,8 +1,11 @@
1
1
  $breakpoint-medium: 600px;
2
- $breakpoint-large: 768px;
2
+ $breakpoint-large: 850px;
3
3
 
4
4
  @mixin team() {
5
5
  @include clearfix();
6
+ padding: 0;
7
+ margin: 0;
8
+ list-style: none;
6
9
  }
7
10
  @mixin team__member() {
8
11
  margin: 0 1%;
@@ -18,6 +21,7 @@ $breakpoint-large: 768px;
18
21
  @media (min-width: $breakpoint-large) {
19
22
  float: left;
20
23
  width: 31%;
24
+ min-height: 90px;
21
25
  &:nth-of-type(3n+1) {
22
26
  clear: left;
23
27
  }
@@ -3,4 +3,4 @@ source 'https://rubygems.org'
3
3
  gem 'sass', '>=3.2.3'
4
4
  gem 'compass', '>=0.12.1'
5
5
 
6
- gem 'WunderFront', '~>0.0.3'
6
+ gem 'WunderFront', '~>0.0.4'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wunderfront
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lewis Nyman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-09 00:00:00.000000000 Z
11
+ date: 2015-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass