iceholidays-frontend 0.8.0 → 0.9.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1997e35efb30d45dd06e1453ab369de2c2a06304ba6a7af1bc0d8b83b6b55470
4
- data.tar.gz: b492bbe782f6c15950eb6b6b18c3c8ba51bec70e892bdef614ef97a291b62b7f
3
+ metadata.gz: e979c781e464ebe531852d7b1371c068e2513c56a8253f771cf8edbd696bf11c
4
+ data.tar.gz: 9297a8712f483537252edb27d22d99718bde9c3cbc12814964f9c2d69bd7f4f8
5
5
  SHA512:
6
- metadata.gz: 2b3e0a7c2aae85d4bd6ba9ff20d19913d817839642e264d765b4fb85a66cdf83bd027f0152b437c2e92df0ab972b4330d3be47934821b9228302a94fc6fce9e8
7
- data.tar.gz: 655a05ac3125ab3c04dd4bd110411795030cffb4aecb196987fdb86eee38b46e32415ce34f568d0488bb807b8d8d4fae31022b01f4d0cafd71cb7b5b48938426
6
+ metadata.gz: f143cbbe5610f9c5d2431f2baff8cbdf3e38e9463ba53c853e7b7e07ee141857a3ee55dc587f9c6f848a90836a4de7e5a70eb1a2d0117b281c1f38b9767225ea
7
+ data.tar.gz: 92e06104065cb2753e21e49659356b38050ab35964f8426a856d39ba80847ff4c478eea710a0926eedd75cca89245d532fd28f6dc083a08e758f24fdd21e1175
@@ -208,6 +208,12 @@
208
208
 
209
209
  }
210
210
 
211
+ @media only screen and (min-width: 450px) {
212
+ #main-footer_links a{
213
+ white-space: nowrap;
214
+ }
215
+ }
216
+
211
217
  @media only screen and (min-width: 769px) {
212
218
  #main-header{
213
219
  #toggle-menu{
@@ -283,7 +289,7 @@
283
289
  .contact-info{
284
290
  .ant-flex{
285
291
  gap: 10px !important;
286
- align-items: center;
292
+ align-items: flex-start;
287
293
  }
288
294
  }
289
295
  }
@@ -1,5 +1,5 @@
1
1
  module Iceholidays
2
2
  module Frontend
3
- VERSION = "0.8.0"
3
+ VERSION = "0.9.0"
4
4
  end
5
5
  end
@@ -523,6 +523,11 @@ a {
523
523
  color: #5B4713;
524
524
  }
525
525
 
526
+ @media only screen and (min-width: 450px) {
527
+ #main-footer_links a {
528
+ white-space: nowrap;
529
+ }
530
+ }
526
531
  @media only screen and (min-width: 769px) {
527
532
  #main-header #toggle-menu {
528
533
  display: none;
@@ -579,7 +584,7 @@ a {
579
584
  }
580
585
  #main-footer .contact-info .ant-flex {
581
586
  gap: 10px !important;
582
- align-items: center;
587
+ align-items: flex-start;
583
588
  }
584
589
  }
585
590
  #headline {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iceholidays-frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vhilly Santiago
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-03-10 00:00:00.000000000 Z
12
+ date: 2025-03-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails