tramway-landing 1.4.2 → 1.4.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: 734cc39f676a06f0c48fa09aebc2c18d902addb87a63a18692ceeb8b41bb838b
4
- data.tar.gz: d87a7411f9adfb076a33e7367baa6b0c6824042d0b6b958da90bf40f13a1c147
3
+ metadata.gz: 02a39fa44eba31d94268ae168c2b2df360a5630cc16738e22d8a1142e1f62042
4
+ data.tar.gz: 85167d69403e0d56a95a7ce5465103b44118b11a371ed2345104fd5ebe87a197
5
5
  SHA512:
6
- metadata.gz: 89d59d9cd3fbc6a8c3a81fb0c581e7736c5071dd88690cc86cffabe8e11f760bbe8804c6ceee164bcccd1781ecb1f6926e59417dce1d67bb29cb3aa925146ca8
7
- data.tar.gz: 9be78989fd6dd89be3b6628dcb5f046c26075be200d64c9cb4b6a0236446950e07e554089f807ae153603fde47d1bf4aad56fcf211491e921b1af032f1c079c1
6
+ metadata.gz: 54b145653614930c87f70750de9824500c9378628e08b9bf8e6a84832fd4aae9cafb9b59b4a552fd941c99aa7d7b405509475fc0954de28315d439a3f7379816
7
+ data.tar.gz: 0eedb9eeb573af017a2919181366635d6e6e23c272f30806007019ad2183afaf5ebb69eafc6e5eef4bc8b3c6170cc9d03b3669d49532e27bc051153859a1bad2
@@ -12,7 +12,7 @@
12
12
  .row
13
13
  - if collection.count == 1
14
14
  - item = collection.first
15
- .col.col-sm-2.col-xl-4.col-lg-4.col-md-4.mb-1.auto{ class: (item.active_link.present? ? :link : ''), data: { href: item.active_link } }
15
+ .col.col-sm-2.col-xl-4.col-lg-4.col-md-4.col-12.mb-1.auto{ class: (item.active_link.present? ? :link : ''), data: { href: item.active_link } }
16
16
  - if item.icon.present?
17
17
  = fa_icon item.icon, class: 'fa-4x blue-text'
18
18
  - else
@@ -22,7 +22,7 @@
22
22
  = item.title
23
23
  %p.grey-text
24
24
  != item.text
25
- .col.col-sm-10.col-xl-8.col-lg-8.col-md-8.mb-1.auto{ class: (item.active_link.present? ? :link : ''), data: { href: item.active_link } }
25
+ .col.col-sm-10.col-xl-8.col-lg-8.col-md-8.col-12.mb-1.auto{ class: (item.active_link.present? ? :link : ''), data: { href: item.active_link } }
26
26
  %p.grey-text{ style: 'text-align: justify' }
27
27
  = strip_tags(item.full_text)
28
28
  - else
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Landing
3
- VERSION = '1.4.2'
3
+ VERSION = '1.4.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-landing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov