[Git][reproducible-builds/reproducible-website][master] 2 commits: Add missing testframework.png.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Mon Jan 3 15:07:39 UTC 2022
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
1c6a6314 by Chris Lamb at 2022-01-03T15:03:11+00:00
Add missing testframework.png.
- - - - -
731aaebe by Chris Lamb at 2022-01-03T15:07:21+00:00
Improve the cosmetics of the sponsor images further.
- - - - -
3 changed files:
- _includes/navbar_side.html
- assets/styles/custom.scss
- + images/reports/2021-12/testframework.png
Changes:
=====================================
_includes/navbar_side.html
=====================================
@@ -18,13 +18,13 @@
{% assign sponsors = sponsors | concat: site.data.sponsors[level] %}
{% endfor %}
{% if sponsors.size != 0 %}
-<div class="row sponsors">
+<div class="row sponsors d-none d-md-block">
<div class="fixed-bottom">
{% for x in sponsors %}
<div class="col-md-2 col-sm-3 mb-2 p-2">
<div class="card text-center">
<a href="{{ x.url }}" name="{{ x.name }}">
- <img class="w-100 p-1" src="{{ x.logo | prepend: "/assets/images/sponsors/" | relative_url }}" alt="{{ x.name }}">
+ <img class="px-1 py-2" src="{{ x.logo | prepend: "/assets/images/sponsors/" | relative_url }}" alt="{{ x.name }}">
</a>
</div>
</div>
=====================================
assets/styles/custom.scss
=====================================
@@ -105,8 +105,9 @@ main {
.sidebar {
.sponsors {
- .card {
- max-width: 200px;
+ img {
+ max-height: 48px;
+ max-width: 100%;
}
}
}
=====================================
images/reports/2021-12/testframework.png
=====================================
Binary files /dev/null and b/images/reports/2021-12/testframework.png differ
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/03cd2132796489eccc27649b9a29d63780adcfb9...731aaebecb2c049e2e7dd1757179287471708916
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/03cd2132796489eccc27649b9a29d63780adcfb9...731aaebecb2c049e2e7dd1757179287471708916
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20220103/0abc2a16/attachment.htm>
More information about the rb-commits
mailing list