elixir-toolkit-theme 1.15.1 → 1.15.2
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 +4 -4
- data/_includes/affiliation-tiles-selection.html +1 -1
- data/assets/css/main.scss +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6cfd52126ba440141b223fc9c9936c110ce2bc1106b727b538fcc133e082e28d
|
4
|
+
data.tar.gz: d73557479018ea17c1e456a8745e3426350142fe600ee9c946d5ed0a0767503e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
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:
|
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.
|
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-
|
11
|
+
date: 2022-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|