minimal-music-project 0.0.4 → 0.0.5

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: acc301b1a7ae647622162c8329af594fa290406c6eb596de5a72e7f0224e1782
4
- data.tar.gz: 2a261e6cc4214a78f0c970473cfd10a098cc0da213f262e5a0cb05c45cd58246
3
+ metadata.gz: 0b6f3663269b348a682ee95fcda38edb6cb52b797c4a42e8324f7c172361a949
4
+ data.tar.gz: c22f41a5ab93269a59ac0150824d1cf48e1de16357761fd35eb508e93ccfef33
5
5
  SHA512:
6
- metadata.gz: 9c72baf29001848d6336be32f6d8646552d1bf37f008e53cdd0d1dcfccc3f82cc4541195b0ae4af20b1c3d2e164e6ef6a53390d0061588c0f6082bd584258082
7
- data.tar.gz: '090e983e75379425b77ad78f69de334647d965533c48bb2da668b6476c05ba256d98bd69687a686cc4fc6bc4a0a396021bc59e51e50583a6c8f73ec1fafc3862'
6
+ metadata.gz: c6df3a006391eea0b2eb2b71cc68bc140c3422e2274207c93e4103e000a5ec7ff880b091fbd742f89a4ad19167ee3f7a499fef6e7c860cd01a16a4a8166a1baa
7
+ data.tar.gz: 78f4cce66af76346a6f2005871ae20bfa318511eb197fc74a9e29f8930c6c374254dfb254a3e2bbdf0b346bb9fbe6c955aee6d15687e8bb2232596306580c310
@@ -49,8 +49,8 @@ main {
49
49
  }
50
50
 
51
51
  .pager {
52
- margin-top: 30px;
53
- margin-bottom: 30px;
52
+ margin-top: 40px;
53
+ height: 60px;
54
54
  width: 100%;
55
55
  li {
56
56
  position: absolute;
@@ -98,6 +98,7 @@ img {
98
98
  display: inline-block;
99
99
  margin: 0;
100
100
  vertical-align: top;
101
+ object-fit: cover;
101
102
  }
102
103
 
103
104
  @include mobile {
@@ -8,6 +8,7 @@
8
8
  width: 20vw;
9
9
  height: 20vw;
10
10
  border: 1px solid #CCC;
11
+ max-width: 500px;
11
12
  &-wrapper {
12
13
  display: block;
13
14
  margin-right: 0.5em;
@@ -87,7 +87,6 @@
87
87
  }
88
88
 
89
89
  a {
90
- color: #19005e;
91
90
  font-size: 1em;
92
91
  }
93
92
  }
@@ -1,4 +1,4 @@
1
1
  $black: #000000;
2
2
  $white: #FFF;
3
- $hyperlink: #4400ff;
3
+ $hyperlink: #2d00a8;
4
4
  $p_text: #000000;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal-music-project
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patryk Bieszke