elixir-toolkit-theme 1.15.1 → 1.15.2

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: 5116818f824c43ac6772574ec0355a9f315305c81262063ea3af0cb25621aa0a
4
- data.tar.gz: 6e6bc17368378dd393fedd8b3512ab78ac55f067b8fba8b7ce881a2bb87a891c
3
+ metadata.gz: 6cfd52126ba440141b223fc9c9936c110ce2bc1106b727b538fcc133e082e28d
4
+ data.tar.gz: d73557479018ea17c1e456a8745e3426350142fe600ee9c946d5ed0a0767503e
5
5
  SHA512:
6
- metadata.gz: 7f0a27be3b8dd0b2a85ea97d7040c214ab5d6a8a97c269a3d56dc942c3cd11e923fb0203e8996bdf5a6d44d0cbd74db604735ec34d54fa89f92c4dbe26dd818b
7
- data.tar.gz: 6281320307692f8c0b7b953b12a3d34bf39477832f13f95aa967441c19dd202d738e54f43eecf39ce644c9ec1d35a01e2a91ab5fa617ee31804e56441dadf3d3
6
+ metadata.gz: 667377e6e1260eefdfe48ebcff0603cd8540c84d7906856e6de6e7b24e24ea4a02b64098923b51d99a7d7b420dda8b11781104d1d2143e8ec7151b3c1dca2e50
7
+ data.tar.gz: 538df21e9e8b6578a5d1556cf27dfcb6336b157ab5062a9b6f3e05924c011cf6e3270f301410014489c6426a718db7d098f7e199b5456812fc563765e3ec5619
@@ -6,7 +6,7 @@
6
6
  <div class="col">
7
7
  <div class="card h-100 border-0">
8
8
  <div class="my-auto d-flex justify-content-center">
9
- {% if affiliation.url %}<a href="{{ affiliation.url }}">{% endif %}<img class="rounded" src="{{ affiliation.image_url | relative_url }}" alt="{{ affiliation.name }}">{%- if affiliation.url %}</a>{% endif %}
9
+ {% if affiliation.url %}<a href="{{ affiliation.url }}">{% endif %}<img class="rounded w-100" src="{{ affiliation.image_url | relative_url }}" alt="{{ affiliation.name }}">{%- if affiliation.url %}</a>{% endif %}
10
10
  </div>
11
11
  </div>
12
12
  </div>
data/assets/css/main.scss CHANGED
@@ -3,7 +3,7 @@ layout: none
3
3
  permalink: assets/css/main.css
4
4
  ---
5
5
  /*-----Default theme variables-----*/
6
- $popover-max-width: 11em;
6
+ $popover-max-width: 12em;
7
7
  $enable-caret: false;
8
8
  @import "bootstrap_variables";
9
9
  @import "bootstrap/bootstrap";
@@ -560,7 +560,7 @@ footer {
560
560
  }
561
561
 
562
562
  .contributor-img {
563
- width: 130px;
563
+ width: 11em;
564
564
  }
565
565
 
566
566
  /*-----Cookie consent banner-----*/
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elixir-toolkit-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.1
4
+ version: 1.15.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bedroesb
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-05 00:00:00.000000000 Z
11
+ date: 2022-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll