jekyll-lux-covid-theme 0.0.2 → 0.0.3

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
  SHA256:
3
- metadata.gz: bfaf7243511ed9a71ac3234c1fdaae2f64704d64cc6ba592ff9be1b52edb89c4
4
- data.tar.gz: 4b5c0bbab0f5946cec7228dec4b8c750792852ea3aca3fe3d55f2de7680fefea
3
+ metadata.gz: 863ae323bfd4a928d3079e249ab6d0cc46eeaefc1845983b5ff7bdfeef6d2458
4
+ data.tar.gz: 0ae7fce428c6da2b577411a0ba8c0cb68e56d4202e7a74bb5e1a19d21ced7ad9
5
5
  SHA512:
6
- metadata.gz: 19381fafe98175ce326be106adb854f09c871c86ea4fc514c06a76bff6ea477561761f94ef0e32437a4878059d81feb02f66745235fa53cd33d6cca227e9abe6
7
- data.tar.gz: 33a85a0635bc5eb9b7ccf4333e57596e7985eeeb72718f113953483a7a3f6c883207619b053235c0aec717687a45b2681c4415d987303245bbb97893ce0c8856
6
+ metadata.gz: 6f4543c97ce1af3e0990132ebb679b2781db9d1e07eae6a8e7f6616711b84210095e5fd937d84c8305a6d01d674a9ead0622b57ab29c1950f572e7f847a00386
7
+ data.tar.gz: e678a054291736c56fc17bd0a164e6dd6209c47d98862647cd2e4762ed42ae6bfa26d12eafa654686109cb3958750f25811f7cc909d8f2b5e5166d97aafcab57
@@ -10,9 +10,12 @@ footer.partners {
10
10
  display: inline;
11
11
  }
12
12
 
13
+ $logos_width: 140px !default;
14
+ $logos_height: 40px !default;
15
+
13
16
  .img-banner-logos {
14
- max-width: 170px;
15
- max-height: 60px;
17
+ max-width: $logos_width;
18
+ max-height: $logos_height;
16
19
  margin-right: 20px;
17
20
  margin-bottom: 10px;
18
21
 
@@ -25,12 +28,12 @@ footer.partners {
25
28
  }
26
29
 
27
30
  &.lsru {
28
- max-width: 190px;
31
+ max-width: $logos_width * 1.4;
29
32
  }
30
33
 
31
34
  &.lih {
32
35
  max-width: unset;
33
- max-height: 50px;
36
+ max-height: $logos_height * 0.8;
34
37
  }
35
38
 
36
39
  &.list {
@@ -39,20 +42,20 @@ footer.partners {
39
42
 
40
43
  &.chem {
41
44
  max-width: unset;
42
- max-height: 80px;
45
+ max-height: $logos_height * 1.4;
43
46
  }
44
47
 
45
48
  &.liser {
46
49
  max-width: unset;
47
- max-height: 80px;
50
+ max-height: $logos_height * 1.4;
48
51
  }
49
52
 
50
53
  &.wider {
51
- max-width: 170px;
54
+ max-width: $logos_width * 1.4;
52
55
  }
53
56
 
54
57
  &.taller {
55
- max-height: 90px;
58
+ max-height: $logos_height * 1.4;
56
59
  }
57
60
  }
58
61
 
@@ -46,7 +46,7 @@ html {
46
46
  .site-nav {
47
47
  margin-top: 10px;
48
48
  float: left;
49
- margin-left: 50px;
49
+ margin-left: 44px;
50
50
  line-height: $base-line-height * $base-font-size * 2.25;
51
51
 
52
52
  .page-tabs {
@@ -57,7 +57,7 @@ div.alert.primary {
57
57
  .img-research {
58
58
  bottom: -2px;
59
59
  margin-left: 62px;
60
- padding: 20px 27px 0px 27px;
60
+ padding: 20px 27px 0px 20px;
61
61
  position: relative;
62
62
  height: 66px;
63
63
  margin-right: 250px;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-lux-covid-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - jaceklebioda_lux